-
Hi there! So i've been testing for a little bit now, and one issue I've encountered so far is in the function updateVirtualSelect(). When virtual select updates, nothing is selected even though |
Beta Was this translation helpful? Give feedback.
Answered by
pvictor
Jan 18, 2022
Replies: 2 comments
-
There's was indeed a problem, selected value was set before updating new choices. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jgsarm-rb
-
Can confirm that it is working now |
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
There's was indeed a problem, selected value was set before updating new choices.
Should work as expected now