AccessibleAutocomplete

class AccessibleAutocomplete

The possible values for the AUTOCOMPLETE accessible property.

Fields

class AccessibleAutocomplete
BOTH

When a user is providing input, an element containing a collection of values that could complete the provided input may be displayed. If displayed, one value in the collection is automatically selected, and the text needed to complete the automatically selected value appears after the caret in the input.

INLINE

When a user is providing input, text suggesting one way to complete the provided input may be dynamically inserted after the caret.

LIST

When a user is providing input, an element containing a collection of values that could complete the provided input may be displayed.

NONE

Automatic suggestions are not displayed.