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
Describe the bug
When having a hideValidation= true set on a KtForm and a hideValidation= false on a field inside the form with a validator function (to display a warning for instance), the field do not display the validation error (or warning).
To Reproduce
Steps to reproduce the behavior:
Have a
Expected behavior
The error (warning) is shown on the field even if hideValidation is true on the form => it overwrites the value
Screenshots
/
Desktop (please complete the following information):
OS: [iOS]
Browser [chrome]
Smartphone (please complete the following information):
/
Additional context
This could be needed in the catalog where:
the customer group value has an impact on the catalog labels options displayed in a KtFieldMultiSelectRemote:
when the value of the customer group changes, the options changes.
We thought about showing a warning message below the multiselect to warn that the selection might have changed.
The text was updated successfully, but these errors were encountered:
Describe the bug
When having a
hideValidation= true
set on a KtForm and ahideValidation= false
on a field inside the form with a validator function (to display a warning for instance), the field do not display the validation error (or warning).To Reproduce
Steps to reproduce the behavior:
Have a
Expected behavior
The error (warning) is shown on the field even if hideValidation is true on the form => it overwrites the value
Screenshots
/
Desktop (please complete the following information):
Smartphone (please complete the following information):
/
Additional context
This could be needed in the catalog where:
when the value of the customer group changes, the options changes.
We thought about showing a warning message below the multiselect to warn that the selection might have changed.
The text was updated successfully, but these errors were encountered: