aria-autocomplete attribute | ariaAutocomplete property
Indicates whether user input completion suggestions are provided.
![]() |
Syntax
<element aria-autocomplete="inline|list|both|none" ... />
Property values
Type: DOMString
One of the following values:
Standards information
- Accessible Rich Internet Applications (WAI-ARIA) 1.0, Section 6.6
Remarks
| Used in Roles |
|
|---|
For a textbox with the aria-autocomplete attribute set to either inline or both, authors should ensure that any auto-completed text is selected, so that the user can type over it. To indicate that a popup containing choices appears, combine with The aria-haspopup attribute.
See also
Show:
