Default form validation?

Hi,
while learning Meteor, I am trying to build my own login dialog/functionality. I installed account-base and account-password packages and hooked the functionality to my login. However, I noticed there’s some default form validation in UI and I don’t understand where it comes from… If it’s from one of these 2 packages, how can I customize it?
Please see the screenshot.

hi this comes from the browser

<form method="post" action="" novalidate>
</form>

when you add novalidate it will be disabled but why? :smiley:

1 Like

To make my own awesome validation on email format, etc. What do you mean from browser? Really? I am getting old :slight_smile: