I have a form with “novalidate” option and none of the fields has validation, but when I submit the form,
dmxValidator-error “span” are generated for each field and changes my form layout.
How to avoid the creation these span when none of the fields has validation?
Check your action in server connect. You likely have some fields with validation server side. I get that a lot if I add validation in app connect and then remove it. It remains in the server action. Especially ‘required’ validations.