Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70434

Turn validation OFF in code

$
0
0

@adsfelipe wrote:

I have a validation form like this:

file: ['', [Validators.required, Validators.minLength(3), Validators.maxLength(200)]]

i been trying to turn it off in code… to this:

file: ['', [Validators.minLength(3), Validators.maxLength(200)]]

I have try this out, but nothing work, helppp:

this.form.get('file').clearValidators();
this.form.get('file').setValidators([Validators.maxLength(200)]);
this.form.get('file').markAsTouched();
this.form.get('file').markAsDirty();

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 70434

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>