How would I incorporate a Spinner into a Dropdown as a placeholder? #33549
Unanswered
trevonmckay
asked this question in
Q&A
Replies: 1 comment
-
You can pass a Spinner to the placeholder prop on the Dropdown component. |
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
-
I'm using the Dropdown component that is dependent on options from an external source. While the options are loading, I'd like to display a spinner and the text "Loading" as the placeholder. Based on the available props I don't see how this can be achieved.
Beta Was this translation helpful? Give feedback.
All reactions