-
Hi, I'm implementing this with server search and with the ability to have multiple options selected. Having this said, I'm requesting the data from server side and loading the widget but because this is asynchronous, the DB will be slower than the component initialization. Is there any way to set the selected options after the widget has been initialized? Thanks in advance |
Beta Was this translation helpful? Give feedback.
Answered by
sa-si-dev
Dec 14, 2022
Replies: 1 comment 2 replies
-
@jfranco09 You can use setValue() method |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
sa-si-dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@jfranco09 You can use setValue() method