Submitting a form with datalist
Read NoteThe <datalist> element is super useful for autocomplete-like functionality, but there's no native way to automatically submit a form when an option is selected. Jeremy has come up with a neat …
theAdhocracy
The <datalist> element is super useful for autocomplete-like functionality, but there's no native way to automatically submit a form when an option is selected. Jeremy has come up with a neat …
An enhanced version of the <datalist> element that uses a tiny amount of additional CSS and JS to modernise the element and bring additional functionality to …