Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable creation of datalist element inside same shadow root as input #599

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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