svelteuidev / svelteui

SvelteUI Monorepo
https://svelteui.dev
MIT License
1.27k stars 63 forks source link

NativeSelect component doesn't open when clicked on the rightSection #444

Closed tomconnors closed 11 months ago

tomconnors commented 11 months ago

What package has an issue

@svelteuidev/core

A clear and concise description of what the bug is

The NativeSelect component doesn't open when clicked on the icon at the right hand side. This is inconsistent with the behavior of regular <select> elements, which open regardless of where you click on them.

In which browser(s) did the problem occur?

Chrome

Steps To Reproduce

  1. Go to https://www.svelteui.org/core/native-select
  2. Click on the right hand side icon in any of the demos.

Do you know how to fix the issue

No

Are you willing to participate in fixing this issue and create a pull request with the fix

Yes

Relevant Assets

No response