Open rzorzorzo opened 2 months ago
Describe the bug Builder: when removing an invalid component, so that the form becomes valid, the lib should emit a builderFormValidityChange event
Version/Branch 5.0.0-rc.76
To Reproduce Steps to reproduce the behavior:
Note: The arg of the event is not a boolean, as expected, but the form, from which it is not possible to get the validity state
Expected behavior builderFormValidityChange event is emitted
workaround: to check validity: .querySelector("[aria-invalid=true]") check validity on removeComponent event
Is this still happening on rc.88?
Describe the bug Builder: when removing an invalid component, so that the form becomes valid, the lib should emit a builderFormValidityChange event
Version/Branch 5.0.0-rc.76
To Reproduce Steps to reproduce the behavior:
Note: The arg of the event is not a boolean, as expected, but the form, from which it is not possible to get the validity state
Expected behavior builderFormValidityChange event is emitted
workaround: to check validity: .querySelector("[aria-invalid=true]") check validity on removeComponent event