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
Is your feature request related to a problem? Please describe
As I edit properties in the panel elements get validated in strict or lax mode. In strict validation mode we don't serialize critical properties (ID) thus maintaining the integrity of the underlying model.
Unfortunately we don't indicate to the user that the contents of the element are not accepted, leading to unpleasant surprises. As a user I cannot distinguish strict and lax mode.
Describe the solution you'd like
Restore valid in strict mode immediately after the element is blurred.
Describe alternatives you've considered
Add additional, visual indication to distinguish strict from lax validation mode.
Additional context
This issue was previously user reported, it is especially confusing in the context of element templates, where strict validation is currently applies (when it should not).
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe
As I edit properties in the panel elements get validated in
strict
orlax
mode. Instrict
validation mode we don't serialize critical properties (ID
) thus maintaining the integrity of the underlying model.Unfortunately we don't indicate to the user that the contents of the element are not accepted, leading to unpleasant surprises. As a user I cannot distinguish strict and lax mode.
Describe the solution you'd like
Describe alternatives you've considered
Add additional, visual indication to distinguish strict from lax validation mode.
Additional context
This issue was previously user reported, it is especially confusing in the context of element templates, where strict validation is currently applies (when it should not).
The text was updated successfully, but these errors were encountered: