Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Can we achieve validation when input value is intialized?(to show initialized value is invalid)

3734841Mar 27 2020 — edited Mar 31 2020

abc.html

Screenshot (138).png

abc.js

pastedImage_3.png

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?

This post has been answered by John JB Brock-Oracle on Mar 30 2020
Jump to Answer
Comments
Post Details
Added on Mar 27 2020
6 comments
167 views