Replies: 1 comment 6 replies
-
That's probably the hidden select that backs the component and allows for features such as autofill. I don't think we'd want to prevent that. Eventually, we want to support virtualization in RAC, which should alleviate some of this issue, as having 100 rows rendered at once would be uncommon. |
Beta Was this translation helpful? Give feedback.
6 replies
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.
-
Seems to cause a decent amount of blocking if there are many selects on the screen. For example, imagine a members table with 100 organization members, where each row renders some selects to do things like change the member role, etc.
Beta Was this translation helpful? Give feedback.
All reactions