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
I render a list box that by default should render all options aka "open" state. At the moment I render Listbox.Options with the static property set to true, so it renders al options. The only problem now is the keyboard navigation is still disabled because the listbox is not in the "open" state.
Is there way to set the initial state of the list box to "open"? If not would it be desired to have a new prop on the list box for the initial state?
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.
-
I render a list box that by default should render all options aka "open" state. At the moment I render Listbox.Options with the static property set to true, so it renders al options. The only problem now is the keyboard navigation is still disabled because the listbox is not in the "open" state.
Is there way to set the initial state of the list box to "open"? If not would it be desired to have a new prop on the list box for the initial state?
Beta Was this translation helpful? Give feedback.
All reactions