Martin Skočík
Martin Skočík
Done in 3.17.2
I see, I haven't tested this programmatic clear
This is not planned. If you want to 'listen' to these event you can always add `MutationObserver` to `onMount` method
Because issue #201 has been implemented I consider this one done as well.
You can't disable this behaviour, because it's related to input focus, which always happens, when clearing selection. It's by design. Option for this could be added in v4
Added in v4, which has just been released
This behaviour is intentional, because otherwise user can think it is a multiselect. I am not sure I want to support this use case. Because this use case - selecting...
You can always remove current selection by pressing Backspace or Delete on your keyboard before starting the search
> @mskocik IMO this is a poor workaround. If the component claims to be searchable but the user has to hit backspace first that is a bad experience. Could this...
I know about this one, will be fixed in v4