abc.html

abc.js

Summary.
Here input-text field needs 3 characters for error to be shown, but it is intialized with a value 'ab' less than 3 characters but still no validation error is not shown,
when tried to change the value of input-text by keeping number of characters to less than 3 it shows validation error. How can we show validation error for initialized value?