What is Autocompletion?

Card Puncher Data Processing

About

Autocompletion is a floating list that:

  • presents to the user possible values
  • that have been chosen from an input
  • to complete or correct it

Type

Search autocompletion: when the user is typing a search term in a search box

Pattern Entity

Entity autocompletion: when the user is typing a text, a text pattern:

  • will capture the search term
  • trigger the rendering of the auto-completion list

Example of feature: @user





Discover More
Color Autocompletion List
How to create an Autocompletion functionality with CSS , Javascript and HTML ?

This article shows you how to create a search box with an autocompletion feature
Card Puncher Data Processing
What are Floating Lists (listbox popup)?

Floating lists are lists that are presented to the user in a overlay They are also known as listbox popup Type Focus after rendering Dropdown Element in the list Select Element in the list ...
What is a HTML datalist element?

A datalist is a html element that implements a combobox. You define a set of value permitted (a domain) that may be used in a input element by grouping options. You get autocompletion for free. ...
Card Puncher Data Processing
What is a Search box (Search bar)?

A searchbox or search bar is a combobox where the user enters a search term that should be searched in a collection of documents. The search may be: local in a list of rows (the document being a row)...



Share this page:
Follow us:
Task Runner