You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to have access to the aria-invalid attribute on each individual input element (PinInputInput) that makes for the Pin Input component?
The use case is to have a direct access for styling the PinInputInput element, without relying on a property set on the root element.
I believe it makes sense to consider each input element invalid if the parent itself is invalid (there would be no other possible combinations).
Is this possible right now? If not, do you believe it could be supported by the library?
Thanks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to have access to the
aria-invalidattribute on each individual input element (PinInputInput) that makes for the Pin Input component?The use case is to have a direct access for styling the
PinInputInputelement, without relying on a property set on the root element.I believe it makes sense to consider each input element invalid if the parent itself is invalid (there would be no other possible combinations).
Is this possible right now? If not, do you believe it could be supported by the library?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions