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
Both the Text Area and Input Field components should support a character counter to guide users on the character limits. The counter should provide feedback in the following states:
Default State: Shows the current character count in relation to the maximum allowed limit (e.g., "1/1000"). This indicates the number of characters typed so far and the remaining characters allowed.
Validation State: Activates when the character count exceeds the limit, displaying the count in an exceeded format (e.g., "1024/1000") to inform users they have surpassed the maximum allowed characters.
The text was updated successfully, but these errors were encountered:
Character Counter for Text Area and Input Field:
Both the
Text Area
andInput Field
components should support acharacter counter
to guide users on the character limits. The counter should provide feedback in the following states:The text was updated successfully, but these errors were encountered: