rob-balfre / svelte-select

Svelte Select. A select component for Svelte
https://svelte-select-examples.vercel.app
Other
1.25k stars 175 forks source link

When showChevron on onclick behaviour appears buggy #536

Closed nkostic closed 1 year ago

nkostic commented 1 year ago

This is minor thing.

When showChevron set to true, onClick (click on the chevron itself) the drop down behaves as expected: the list opens. If we click again on the chevron itself now the list closes for a moment and than opens again.

Not sure if by design but I Expected behaviour to be more "consistent" with basic select element: onClick on the chevron toggles state open / close for dropdown.

rob-balfre commented 1 year ago

@nkostic got a REPL? I'm not seeing this on my end

Thanks

rob-balfre commented 1 year ago

Might have been fixed here a few days ago?

https://github.com/rob-balfre/svelte-select/pull/535

nkostic commented 1 year ago

Thank you, will check asap.