M
Martin Knott
Hopefully an easy answer.
I've got a form with 1 input field, and a submit button. I register an
event for the button, run in debug mode, push the button and sure enough
I'm in the event handler. But when I add a validator to the form and
connect it to the input field then I never can debug into the breakpoint
in the buttons' handler. The validation works as expected.
Why and how does the validator somehow inhibit the buttons' click event?
cheers,
Martin
I've got a form with 1 input field, and a submit button. I register an
event for the button, run in debug mode, push the button and sure enough
I'm in the event handler. But when I add a validator to the form and
connect it to the input field then I never can debug into the breakpoint
in the buttons' handler. The validation works as expected.
Why and how does the validator somehow inhibit the buttons' click event?
cheers,
Martin