I have a simple form which contains one textbox. I added required and pattern validation on this textbox. It's added red borer on the textbox when textbox is empty or not matching pattern but not displaying error message.
I have created a sample example also. Please find it here
Can you please help here?