How to use initialSelectedKeys
in useListData
in Select or Combobox
#6846
Answered
by
reidbarber
sadeghbarati
asked this question in
Q&A
-
I want to select item/items with initialSelectedKeys but it seems not working I'm seeking for help and thanks for your time 🙏 https://stackblitz.com/edit/vitejs-vite-cds45n?file=src%2FApp.tsx |
Beta Was this translation helpful? Give feedback.
Answered by
reidbarber
Aug 8, 2024
Replies: 1 comment
-
I'm not sure if this is a bug, but I think this is a product of Select/Combobox not supporting multiple selection. You should be able to set the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sadeghbarati
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure if this is a bug, but I think this is a product of Select/Combobox not supporting multiple selection. You should be able to set the
defaultSelectedKey
on the Select/Combobox themselves to get this to work though.