A simple input which emits an event when the user selects an item and nothing more, check teh HTML source for usage.
This is the core autocompletion component, it's all about displaying a box with HTML fetched from the server, this is useful as-is to make a global navigation input like in the top bar of facebook for example, or to build other more complex components such as autocomplete-select.
An autocomplete-select is composed of a hidden select field maintained by the Web Component, a deck of visible choices that the user can remove, and an autocomplete input of course.
Same as above, with multiple choices
Local: it gets its options from introspecting the select tag without a url.
Change event on vanilla select also works
Click this button to display form data in GET