Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Select, Search Select and MultiSelect components have changed behaviour when clicked on via mouse #1051

Closed
deebatedeployer opened this issue May 20, 2024 · 0 comments · Fixed by #1052
Labels
Type: Bug Confirmed bug, something is not working as intended

Comments

@deebatedeployer
Copy link

Tremor Version

3.17

Link to minimal reproduction

You can see this behaviour directly on Tremor's component document page

Steps to reproduce

  1. Go to https://www.tremor.so/docs/ui/select
  2. Click using a mouse any of the Select components other than the ArrowDown icon.

What is expected?

The Select component should:

  1. Reflect a clickable element with a change in pointer type when hovered over the component
  2. Open the listbox when clicked

What is actually happening?

Neither the pointer is changed to reflect a clickable component nor is the component opening up the ListBox when clicked. The only way of opening Select components now using the mouse is to navigate to the right of the input and click on the down arrow.

Also, when hovered a small tooltip appears with the words "select-hidden". I don't think this was intended behavior.

What browsers are you seeing the problem on?

No response

Any additional comments?

Was this a new design choice? If so, please explain why as this breaks the typical paradigm that most people are familar with select boxes. Otherwise please fix ASAP as its a core component of the UI library

@severinlandolt severinlandolt added the Type: Bug Confirmed bug, something is not working as intended label May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Confirmed bug, something is not working as intended
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants