bootstrap-5-autocomplete icon indicating copy to clipboard operation
bootstrap-5-autocomplete copied to clipboard

autocomplete/typeahead js plugin for bootstrap v5

Results 16 bootstrap-5-autocomplete issues
Sort by recently updated
recently updated
newest added

Hi, Is there a way to refresh the autocomplete options once the list is loaded. For example, I am using a dropdown next to the search bar. Based on the...

Hi, great work but I have a noob question. I would like to have this: [{"name": "entry1", "text": "The first entry"}, {"name": "entry2", "text": "The second entry"}] in externam file...

I use the following code: ``` 1 2 3 ``` But it's not working, because there is another dropdown next to the autocomplete inside the input group, so instead of...

Hi. How are you. Nice code but sometimes it returns null my code: ``` async function getProductsArray() { let autoCompleteArray = []; try { const [productsArray, productsDefault] = await getSettingsProducts();...

is it possible (or are you planning to implement this option) to search for multiple words (strings or substrings). for example: driving + license or driv + lic thanks

When tabbing into the field, and having threshold set to 0 the dropdown list does not build until you press a key. I have fixed this with the following code....

See screenshot: ![Screenshot from 2022-02-03 19-29-03](https://user-images.githubusercontent.com/7704757/152452293-4eba9389-19f4-4771-9d47-d6ed9ed7f409.png)

I see there even when I have multiple fields in a form, and the autocomplete field is not the first - it takes the focus when the page loads. Is...

Great job on the autocomplete, works like a charm. I'd like to add a new item if the content they type in doesn't exist in autocomplete when they leave the...