I've tried to define novalidate prop on a <Form> controller with no luck. The attribute https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form#attr-novalidate is quite useful for apps which do validation by themselves.
I've tried to define novalidate prop on a
controller with no luck.The attribute https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form#attr-novalidate is quite useful for apps which do validation by themselves.