I have a html form with multiple textboxes. Each textbox can accept only integers.
I am using dojo NumberTextBox
to validate this.
But the problem is, even if a textbox is in error, only an error tooltip is displayed but the user can still press the submit
button.
Is there a way to disable the submit button if any textbox is in error?