Hi
Is there already an example of an combobox with a suggestion list (dropdown) (or also autocomplete) that can be filtered while typing in the input field?
At all, is there a page of samples you provide?
Best regards
Hi
Is there already an example of an combobox with a suggestion list (dropdown) (or also autocomplete) that can be filtered while typing in the input field?
At all, is there a page of samples you provide?
Best regards
in case the browser-styling is ok, you could use an
<input>
-Element with a datalist
(<datalist>: The HTML Data List element - HTML: HyperText Markup Language | MDN).
input-element.zip (193.2 KB)
The data is stored inside the HTML-Property (I just copied the example from the documentation above). The second one contains an action which writes the text into the red-box.
Currently not really, only the Templates. In the meantime: keep asking and unless we have a better place, maybe we just start adding some examples here in discourse …