Replies: 1 comment 3 replies
-
|
You'd probably be looking at operating the Select as a controlled component using Do you have a sandbox of what you've tried so far? It'd be easier for us to help you that way. |
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want to use a < Select> with a < TagGroup> like described in https://react-aria.adobe.com/Select#taggroup in my code.
I copied/pasted the exemple and it workw fine, except that I want to fill the tag group with already selected keys and I don't find a way to do it. When the component is mounted I want some of the keys to be automatically selected.
I tried using selectedKeys property in different location of the component hierarchy but nothing seems to work, I have no idea how to do it.
Thanks for any help
Beta Was this translation helpful? Give feedback.
All reactions