How are we supposed to combine mulitple select Combobox with virtualization? #3408
Unanswered
FranjoMindek
asked this question in
Help
Replies: 0 comments
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.
-
Hello, currently I have a problem with typing system when working with virtual combobox with multiple select enabled.
For the values I want to use an array which is empty by default and changed based on selected options.
Since the possible list of options is huge, we also want to have a virtualized options dropdown.
The following piece of code is the current setup:
And this code works fine in runtime.
Clicking on option add its to the array, and when everything is unselected it has empty array value.
The only problem is that since we provide string[] type as value, virtual excepts string[][] type for options.
Is there any way around this?
Beta Was this translation helpful? Give feedback.
All reactions