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
I need to: Implement character limit validation for the file description input field and display a warning message when the description exceeds the specified length.
So That: Users are notified when their file description exceeds the character limit, and it ensures better user experience by preventing errors during file upload.
Acceptance Criteria
Add a maximum character limit for the file description.
Display a warning message when the description exceeds the limit.
The input field border and text color should change to indicate an error when the description is too long.
Prevent file upload submission if the description exceeds the limit.
Refer RC:
The text was updated successfully, but these errors were encountered:
As an EmbeddedChat developer
I need to: Implement character limit validation for the file description input field and display a warning message when the description exceeds the specified length.
So That: Users are notified when their file description exceeds the character limit, and it ensures better user experience by preventing errors during file upload.
Acceptance Criteria
Refer RC:
The text was updated successfully, but these errors were encountered: