How to Turn Off Unwanted Validation Colouring?

So I have validation set on for a few of my fields, but not for the majority.

However, when I submit a form, I am getting lots of green colours and ticks for fields that I haven’t set any validation for… see below for details.

How can I turn this off?

(Note there is no validation on the Server Action side either…)

Best wishes,
Antony.

green

At this moment it is not possible to change this behavior, when the form validation is applied it will validate all the fields in the form.

I will have a look if we could change this behavior in the future.

This thread might help.

The novalidate attribute will stop validation of the form inputs on submit.
What @Antony is asking is to not show the success validation status on the inputs which have no validation rules applied :slight_smile:

1 Like

Thanks for your input folks! I will try that out.

This behaviour is rather strange. I didn’t actively ask for validation on any of the inputs or on the form , but still my screen lights up green on a successful submit.

Feels like I parked my car on the drive and someone left a barking dog inside while I was at home!

Wappler can be quite quirky sometimes… :thinking:

Best wishes,

Antony.