luyadev / luya

LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.
https://luya.io
MIT License
812 stars 207 forks source link

SubmitButtonWidget doesn't work as expected #1978

Closed martinpetrasch closed 4 years ago

martinpetrasch commented 4 years ago

What steps will reproduce the problem?

ActiveForm with submit button (optinal: inside Pjax form and/or with another forms on same page)

What is the expected result?

Button should only be disabled when validation succeeded. Only the submit button of the submitted form should be targeted.

What do you get instead? (A Screenshot can help us a lot!)

Button gets disabled even if validation fails.