bootstrap-5-autocomplete
bootstrap-5-autocomplete copied to clipboard
Need an event to fire when something is typed in that doesn't exist
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 text box.
I tried using onInput to handle this however it fires every time a key is entered. I need it to fire onChange. I can probably modify the autocomplete code for onInput to do that but wanted to check here first.