Posts by Kirk • 9 points
1 post
-
0
votes2
answers475
viewsQ: Input alert if typed data is invalid
Suppose there is an input that receives a phone number. If the mask returns that it is invalid, how to insert a warning (html and css) in the input to tell the user that the data is invalid? I do…