Disable button if regex does not pass

Hey @Miotx,

Yes you can :slight_smile: I assume you need this in combination with your previous question.

If a validation for an input fails, the invalid property is set to true. Use this property to enable/disable your buttons:

{{textInput2.invalid}}
1 Like