Ticket# 7373
Description:
When a field with validation and an onChange behavior event is configured, the onChange event does not fire if the input is invalid (e.g., not a valid email). This behavior occurs because the onChange event relies on the validation being triggered first—which does not happen if the input fails validation. While this is technically understandable, the concern raised is that validation rules should not disable or block the onChange.
Steps to Reproduce:
- In the Email field, input a non email and then leave the field (to trigger the onchange).
- check the messages displayed below, and change the dropdown to trigger more onchange/refresh page.
- This message is displayed when email input is empty.