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

Need an event to fire when something is typed in that doesn't exist

Open pyrographics opened this issue 3 years ago • 1 comments

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.

pyrographics avatar Jan 19 '22 23:01 pyrographics

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.

pyrographics avatar Jan 19 '22 23:01 pyrographics