Description of problem:
The upper limit and lower limit helper message displayed below any field is not been shown unless pressed enter or wait for long to display.
The helper messages expected This field must contain at least 3 characters. for the lower limit or This field must contain fewer than 120 characters. for upper limit.
Version-Release number of selected component (if applicable):
latest upstream
How reproducible:
Steps to Reproduce:
1. Create any application or Controls
2. Enter the text less than 3 characters or more than 120 characters
3.
Actual results:
The validation is not triggered and the helper with the error message "This field must contain at least 3 characters." doesn't show up until the user clicks outside the field.
Expected results:
The validation should be triggered after each character input.
Additional info:
- mentioned on