Disable Button

0
I have a button which calls a nanoflow to save. Can I disable that button while the page has validation errors? If so how?
asked
1 answers
0

I assume the validations are set on the entity.

Then remove these and implement this in the nanoflow attached to the button. Based on the result of the validations save the record or not.

answered