svelte-typeahead icon indicating copy to clipboard operation
svelte-typeahead copied to clipboard

Avoid dropdown when value is already selected

Open benquan opened this issue 1 year ago • 0 comments

When the component gets focus and there is already a value selected, the drop down should not fire. When you just entered the page, the first click does not fire the dropdown (which is good) but after that any focus it gets will fire automatically the dropdown.

Here is a REPL where I am testing: REPL

Ben

benquan avatar Aug 30 '22 14:08 benquan