Search

Post types:
Categories:
🔖

Submitting a form with datalist

Read Note

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 …

🔖

Awesomeplete

Read Note

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 …