-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SelectMultiple - Loading enhancement #6351
Comments
Can I take this one ? |
@BrunoViveiros of course feel free to reach out if you need anything! |
Hey @BrunoViveiros I just wanted to check in on this issue and see if you are still interested in working on it or if you had any questions |
@jcfilben sorry for the delay, I'll try to finish it this week, any doubts I have related to the problem I'll put it here in the issue |
No worries! Feel free to reach out if you need anything |
Enhance SelectMultiple to allow for loading text or spinner to display if data is taking some time to fetch. We can use the
help
prop to pass in the loading text, we just need to be able to setoptions
to undefined or null until the options get loaded in. Currently we get an error ifoptions
is null or undefined.The text was updated successfully, but these errors were encountered: