I created a simple page with list box and text area with conditions that all should be required.
List box are working fine, but textarea box doesn\'t tell that the f
And probaly form has novalidate attribute. Any form-element validation attributes (like required or regexp) with form novalidate attribute will ignore.
novalidate
required
regexp