PolymerElements / paper-input

A Material Design text field
https://www.webcomponents.org/element/PolymerElements/paper-input
130 stars 159 forks source link

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

Open KeithHenry opened 6 years ago

KeithHenry commented 6 years ago

This is an implementation to fix https://github.com/PolymerElements/paper-input/issues/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