-
Notifications
You must be signed in to change notification settings - Fork 602
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
Add loading spinner to auto-suggest component #2552
Comments
Currently this can be achieved with a custom input region render function. As the component itself has no notion of loading states I’d suggest this would be an enhancement to the MSFT styled version and not base if we decided to add it. I think it makes sense to add it for the sake of design consistency if we see this as a common thing for devs to add. We'd probably want to think about how we handle loading states across the framework along with this - visuals, accessibility, etc... |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
closed with #3517 |
What feature are you requesting?
Loading spinner is missing from the auto-suggest component so custom spinner needs to be added when loading data async.
What would be the benefit of adding this feature?
No need for custom implementation of the loading spinner in the auto-suggest component.
What solution would be ideal for you?
Auto-suggest component with the small spinner on the right side and controlled with the component props (can be turned on/off)
What alternatives have you considered?
Custom component: adding auto-suggest component plus the spinner above it.
Is there any additional context for your request?
Component in question: https://explore.fast.design/components/auto-suggest
Attach screenshots or images add detail to your request:
The text was updated successfully, but these errors were encountered: