Description
The Podcast Creation form currently does not provide users with visibility into the title character limit. Users should receive real-time feedback while entering a podcast title to ensure it remains within acceptable limits.
Implement a text watcher with character counting and maximum length validation for the Podcast Title field.
Navigation
Podcasts Screen → Mic Icon → Create Podcast Form
Proposed Changes
Podcast Title Field
- Add a live character counter below or beside the title input.
- Display the current character count and maximum allowed limit.
- Prevent users from entering text beyond the configured limit.
Example:
Validation Behavior
- Update the character count in real time as the user types.
- Prevent additional input once the limit is reached.
- Handle pasted text gracefully by truncating or preventing overflow.
- Optionally highlight the counter when approaching the maximum limit.
UI Requirements
- Character counter should be clearly visible but not intrusive.
- Maintain consistency with existing article creation forms.
- Ensure smooth updates without affecting typing performance.
Expected Outcome
- Users have clear visibility into title length restrictions.
- Improved form usability and content consistency.
- Reduced validation errors during podcast creation.
Acceptance Criteria
Description
The Podcast Creation form currently does not provide users with visibility into the title character limit. Users should receive real-time feedback while entering a podcast title to ensure it remains within acceptable limits.
Implement a text watcher with character counting and maximum length validation for the Podcast Title field.
Navigation
Podcasts Screen → Mic Icon → Create Podcast Form
Proposed Changes
Podcast Title Field
Example:
Validation Behavior
UI Requirements
Expected Outcome
Acceptance Criteria