Add async state support for Combobox #1208
Answered
by
SiTaggart
vankhoawin
asked this question in
Ideas
-
Hello team! We've been using combobox more and more to replace our |
Beta Was this translation helpful? Give feedback.
Answered by
SiTaggart
Feb 19, 2021
Replies: 1 comment 3 replies
-
Hi @vnguyen94 You can just use a single custom option in |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
SiTaggart
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @vnguyen94
You can just use a single custom option in
items
for this, whist you're wait for a response. Once you've got a response update the items array with the new data.