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
Setting the validate flag in triggers on a group will run data model/required validations but seems to ignore component-specific (defined in formlayout) validations.
To Reproduce
Steps to reproduce the behavior:
Add a group with a date picker component
Add a max date for the component
Use the keyboard to fill out a date later than max
Save the group
See that group saves
Expected behavior
User should be prevented from saving when saving and validateFormComponentsForLayout should validate correctly.
The text was updated successfully, but these errors were encountered:
Describe the bug
Setting the
validate
flag intriggers
on a group will run data model/required validations but seems to ignore component-specific (defined in formlayout) validations.To Reproduce
Steps to reproduce the behavior:
Expected behavior
User should be prevented from saving when saving and
validateFormComponentsForLayout
should validate correctly.The text was updated successfully, but these errors were encountered: