bootstrap5-autocomplete icon indicating copy to clipboard operation
bootstrap5-autocomplete copied to clipboard

Autocomplete for Bootstrap 5 (and 4!)

Results 4 bootstrap5-autocomplete issues
Sort by recently updated
recently updated
newest added

Cannot wrap my head around this error in Angular 17 SSR ✘ [ERROR] No matching export in "node_modules/bootstrap5-autocomplete/autocomplete.js" for import "Autocomplete" src/app/components/contact/contact.component.ts:8:9: ```ts 8 │ import { Autocomplete } from...

If you have the input inside an input group like so: ``` @ ``` the autocomplete pop-out doesn't align correctly and often covers the input.

If you use the arrow keys to select an item from the dropdown and click enter, the option won't get selected. Instead, the option under the mouse cursor position gets...

Thank you for all the work on this project, it is awesome. I would like to ask for the option to keep the natural order of items from remote source....