Replies: 1 comment 2 replies
-
Hi @okbytes , were you able to get your way around this? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've got a responsive Listbox in a CSS Grid, but I can't quite figure out how to get the Listbox.Options to track the width of the Listbox.Button. I've tried putting a ref on the Listbox.Button and using a LayoutEffect to update the Listbox.Options width, which works for page load and initial component mount/rendering. Any thoughts or ideas are welcome!
Here's what it looks like if the window is shrunk after page load
Here is that same view with page reload
Beta Was this translation helpful? Give feedback.
All reactions