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 your enhancement related to a problem? Please describe.
I'm using a customized version of the Counter component that is currently part of the rich text character limit.
Break out Counter
I'm only using the counter in this case, not the entire component. Since I had to add it to an existing control that we specifically don't want to be RichText, it may be useful to spin out the Counter so it can be used in other contexts.
a11y Updates
For accessibility purposes, there should probably be a couple of changes in particular:
The warning icon could use some additional contrast since yellow on white tends to be hard to see. In my customized version, I'm using a yellow icon with a black fill.[1]
We should look into using something like meter to semantically let the user know the value of characters remaining
Icon updates
In the customized version, we also have added a "good" icon that gives the user extra information that the current value is well within the specified range.[2]
Designs
Describe alternatives you've considered
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
@Sidsector9 please coordinate with @cadic who may also be working on this next week, so any branch you've started would be good to push up so Max can help build off that
Is your enhancement related to a problem? Please describe.
I'm using a customized version of the
Counter
component that is currently part of the rich text character limit.Break out
Counter
I'm only using the counter in this case, not the entire component. Since I had to add it to an existing control that we specifically don't want to be
RichText
, it may be useful to spin out theCounter
so it can be used in other contexts.a11y Updates
For accessibility purposes, there should probably be a couple of changes in particular:
meter
to semantically let the user know the value of characters remainingIcon updates
In the customized version, we also have added a "good" icon that gives the user extra information that the current value is well within the specified range.[2]
Designs
Describe alternatives you've considered
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: