Selects are a subtype of autocomplete where the selected value is restricted to
server-provided results. User must select one of those.
Bootstrap-Autocomplete provides a smarter select rendered as a standard
autocomplete text field. It substitutes the field with an
<input type="search">
and creates a shadow hidden field with
the selected value (and the original name).