You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and the generated JS that should set the error message below the field is broken
Currently no validation exception message is shown and Save does "nothing visible to the user".
Expected result:
In console I see:
maybe related
I am marking this issue as MAJOR as this issue might affect/hide all validation exceptions in (only nested?) forms and app user has no feedback why Save does not work.
The fix must cover this with Behat test.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
/demos/form-control/lookup.php
Lookup countries
section (1st section after the first lookup field) clickSave
Must not be null
validation exception, but this exception is currently caught byui/src/Form.php
Line 263 in 393dfc5
Currently no validation exception message is shown and
Save
does "nothing visible to the user".Expected result:
In console I see:
maybe related
I am marking this issue as MAJOR as this issue might affect/hide all validation exceptions in (only nested?) forms and app user has no feedback why
Save
does not work.The fix must cover this with Behat test.
The text was updated successfully, but these errors were encountered: