-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Spinner item does not take other props #5317
Comments
This is essential for accessibility given the So since |
|
@adidahiya would you like me to contribute the PR? Also regarding #1, what do you mean by this? I'm not sure we could have a default |
Ah ok, right, you'd want to set a custom Yes I would be happy to review a PR from you which adds support for arbitrary attributes on the Spinner element. It might be tricky because we support the custom |
@adidahiya see my PR-- I didn't change the types, I just did it like how other elements that have both |
Ah, that's right, I forgot that |
Environment
Steps to reproduce
Trying to pass other props to the
Spinner
item, and they don't take effect. Specifically, trying to addaria-label
to theSpinner
item, and that prop is not being implemented.Expected behavior
Ability to pass various other props to the Spinner item
The text was updated successfully, but these errors were encountered: