Select with many items doesn't function correctly #2846
dannylin108
started this conversation in
General
Replies: 1 comment 1 reply
-
In the next version of Ark, the select component will be click-based instead of a pointerdown/up interaction. This should fix a bunch of usability issues. For now, I recommend setting a maximum height for the content. Along the lines of: <Dialog.Content style={{ "max-height": "min(var(--available-height, 300px), 300px)" }}> |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
There're two problems if
<Select/>
has many items.vokoscreenNG-2024-09-05_12-48-25.mp4
Link to Reproduction (or Detailed Explanation)
https://stackblitz.com/~/github.com/dannylin108/arkui-bug-report
Steps to Reproduce
Ark UI Version
3.10.0
Framework
Browser
No response
Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions