Issue with dropdowns not populating using Combobox and Picker starter examples #3406
-
Hey all, Currently my example is showing the dropdown combobox. One setup with Has anyone run into the issue where dropdowns don't populate? Example - https://codesandbox.io/s/elated-kare-u9my5x?file=/src/App.js |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Here's a fixed version: https://codesandbox.io/s/fixed-picker-combobox-sandbox-u0mv0g?file=/src/index.js There were two issues:
|
Beta Was this translation helpful? Give feedback.
-
您好,邮件已收到。我会尽快回复。
|
Beta Was this translation helpful? Give feedback.
Here's a fixed version: https://codesandbox.io/s/fixed-picker-combobox-sandbox-u0mv0g?file=/src/index.js
There were two issues:
defaultItems
prop, so I changed that toitems
.index.js
. We have an issue for that here: #779