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
Add Character Limit for Activity Title and Description
Description:
Currently, there is no defined character limit for the Activity Title and Activity Description fields, allowing excessively long entries. This can lead to UI issues and performance degradation. To maintain consistency and usability, a character limit should be introduced for both fields.
Feature Request:
Activity Title: Limit to 100 characters.
Activity Description: Limit to 500 characters.
Steps to Implement:
Update the input validation logic to enforce character limits in the Activity Title and Activity Description fields in leads, person etc.
Display a clear validation error message if the character limit is exceeded, e.g., "Title cannot exceed 100 characters" or "Description cannot exceed 500 characters."
Add a character counter below each field to guide the user while typing.
Test the functionality to ensure the limits are applied during both creation and editing of activities.
Expected Result:
Users should be restricted from entering more than 100 characters in the Activity Title and 500 characters in the Activity Description fields.
Validation error messages should be displayed when limits are exceeded.
Character counters should update dynamically as users type.
Priority:
Medium
Attachments:
UI.issue.in.activity.mp4
The text was updated successfully, but these errors were encountered:
Title:
Add Character Limit for Activity Title and Description
Description:
Currently, there is no defined character limit for the Activity Title and Activity Description fields, allowing excessively long entries. This can lead to UI issues and performance degradation. To maintain consistency and usability, a character limit should be introduced for both fields.
Feature Request:
Steps to Implement:
Expected Result:
Priority:
Medium
Attachments:
UI.issue.in.activity.mp4
The text was updated successfully, but these errors were encountered: