Bootstrap Autocomplete (for Bootstrap version 4)

This page acts like a Demo page and a Testing page.

AJAX
Selected item:
Custom value:
<select> as Autocomplete

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="text">shadow hidden field with the selected value (and the original name).

In Bootstrap modal
Javascript API

Events