I have a form where validation is done with valuechange. It turns out that the forms start with the fields empty and this causes the error in the opening is triggered. I would like to open the form in the error is not fired, they were called to as I change the values
Hello miguelsneto,
A possible approach would be to subscribe to the events, in which the validation is being done, in the 'Shown' event of the form. This way, the events would be abe to fire after the form was shown and the validation would not actually be made before that.
Please feel free to let me know if I misunderstood you or if you have any other questions.
someone help me?