What is Autocompletion?

Card Puncher Data Processing

What is Autocompletion?

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
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. ...



Share this page:
Follow us:
Task Runner