Skip to content

Commit 1ba8916

Browse files
committed
Autocomplete: Clarify that autocompletes can be created on <input>, <textarea>, or [contenteditable] elements.
1 parent 4a1910e commit 1ba8916

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

entries/autocomplete.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<title>Autocomplete Widget</title>
44
<desc>Autocomplete enables users to quickly find and select from a pre-populated list of values as they type, leveraging searching and filtering.</desc>
55
<longdesc>
6+
<p>Any field that can receive input can be converted into an Autocomplete, namely, <code>&lt;input&gt;</code> elements, <code>&lt;textarea&gt;</code> elements, and elements with the <code>contenteditable</code> attribute.</p>
7+
68
<p>By giving an Autocomplete field focus or entering something into it, the plugin starts searching for entries that match and displays a list of values to choose from. By entering more characters, the user can filter down the list to better matches.</p>
79

810
<p>This can be used to choose previously selected values, such as entering tags for articles or entering email addresses from an address book. Autocomplete can also be used to populate associated information, such as entering a city name and getting the zip code.</p>

0 commit comments

Comments
 (0)