1. Datalist element

    Method of setting a list of options for a user to select in a text field, while leaving the ability to enter a custom value.

  2. htmldatalistelement api

  3. htmldatalistelement api: options

  4. htmlinputelement api: showpicker: `datalist` input

  5. html element: datalist: support with `<input type="color">`

  6. html element: datalist: support with `<input type="date">`

  7. html element: datalist: support with `<input type="email">`

  8. html element: datalist: support with `<input type="number">`

  9. html element: datalist: support with `<input type="range">`

  10. html element: datalist: support with `<input type="search">`

  11. html element: datalist: support with `<input type="tel">`

  12. html element: datalist: support with `<input type="text">`

  13. html element: datalist: support with `<input type="time">`

  14. html element: datalist: support with `<input type="url">`