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

Commits on Dec 7, 2017

  1. Add datalist property and _listId function

    The `datalist` property holds an array of values to include in a `<datalist>` element. The `list` property holds the `id` of that element.
    KeithHenry authored Dec 7, 2017
    Configuration menu
    Copy the full SHA
    399d573 View commit details
    Browse the repository at this point in the history
  2. Added generated datalist 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.
    KeithHenry authored Dec 7, 2017
    Configuration menu
    Copy the full SHA
    021ccbe View commit details
    Browse the repository at this point in the history