You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now I have to use hooks inside a render props, thats not cool if I want to have an access to open state in another part of my primitive. Im don't see an another way.
Thanks!
Also! This way breaks focus return to the Listbox.Button after closing by the keyboard.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, thanks for this library!
So, is it possible to make an another way to control
open
state of components? For example, right now we can work with that only by the render props.This is not very convenient when you are trying to implement reusable primitives on top of your wonderful solution.
Now I have to use hooks inside a render props, thats not cool if I want to have an access to
open
state in another part of my primitive. Im don't see an another way.Thanks!
Also! This way breaks focus return to the
Listbox.Button
after closing by the keyboard.Beta Was this translation helpful? Give feedback.
All reactions