Skip to content

Conversation

@KeithHenry
Copy link

This is an implementation to fix #595

In paper-input-behavior.html the documentation for list has been updated and datalist added. The latter holds an array of values.

In paper-input.html a <datalist> is generated when this new property is set or changed

The `datalist` property holds an array of values to include in a `<datalist>` element. The `list` property holds the `id` of that element.
If there is a `datalist` property set then a `<datalist>` is generated in the same shadow root as the `<input>` and its `list` attribute set.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

paper-input does not work with a datalist in shadow DOM

2 participants