Cannot destructure property '_originalIndex' of 'optionsExtraInfoRef.current[optionId]' as it is undefined, ComboBox #2070
Unanswered
shivamBentley
asked this question in
Q&A
Replies: 1 comment
-
It's hard to understand the problem with just a screenshot of the error. Can you provide a reproducible example by forking this sandbox? 🙏 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am using ComboBox component, where I am facing this issue,
On changing text, I am calling API to get data in parent component and passing response data to search component as options in comboBox ( after conversion of type - SelectOption for this =>> responseData.map(o => (label : o.username, sublabel : o.email : value : o.id ) something like this).
Beta Was this translation helpful? Give feedback.
All reactions