rob-balfre / svelte-select

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

Clickable custom chevron icon #403

Closed jdromero88 closed 2 years ago

jdromero88 commented 2 years ago

It is possible to make the custom chevron icon clickable? I used the solution mentioned in the issue #295 to add a custom chevron icon to the select. But if i click on the actual icon the select is not opening.

Here is a repl

ZerdoX-x commented 2 years ago

It is possible to make the custom chevron icon clickable?

Why you need it to be clickable? I don't think it's a good UI/UX case.

But if i click on the actual icon the select is not opening.

Just use pointer-events: none; You can read about this property more here here is browser's support

rob-balfre commented 2 years ago

Fixed in latest beta

https://svelte.dev/repl/53eee9295627449baf48ce62ebf247c3?version=3.48.0