|
|
|
|
|
by jtcasper
949 days ago
|
|
The <datalist> element with a text input field is an HTML native typeahead, which works great with SSR or you could wire up the datalist client side with an XHR creating the datalist. You maybe don't get full control over the rendering style of it, but it's a still significantly more usable than the Angular Material autocompletes. |
|
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/da...
It's a shame clicking on it doesn't show the options like a select box though.