`UFormContainer` - native browser validation is disabled `<form novalidate>`
UFormContainer
- native browser validation is disabled by adding novalidate
parameter for inner <form>
. This prevents unexpected browser hint, for example Please Fill Out this Field
on inputs with required
attribute