Skip to content

Commit b07d14a

Browse files
authored
Update features/datalist.yml
1 parent c0a88e0 commit b07d14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/datalist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: <datalist>
2-
description: The `<datalist>` element with `<options>` child elements defines a set of recommended values for an `<input>` element, connected by a `list` attribute set to the ID of the `<datalist>`.
2+
description: The `<datalist>` element defines a set of recommended values for an `<input>` element. Browsers may show a dropdown menu of all options, or matching options as the user types.
33
spec: https://html.spec.whatwg.org/multipage/form-elements.html#the-datalist-element
44
group: forms
55
caniuse: datalist

0 commit comments

Comments
 (0)