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
If you check the setting Allow Multiple Masks in for example: text field and then uncheck it in the preview it leaves [object Object] and if you check it again it leaves {"value":"","maskName":""} in the input part of the field.
Version/Branch
4.16
To Reproduce
Steps to reproduce the behavior:
Create form
Add component Text field
Check the setting Allow Multiple Masks under the display section.
Uncheck the setting Allow Multiple Masks
It leaves [object Object] in the input field in preview.
Check the setting Allow Multiple Masks again.
It leaves {"value":"","maskName":""} in the input field part in preview.
Expected behavior
It shouldn't leave any value in the input field. It should be empty
Screenshots
The text was updated successfully, but these errors were encountered:
NiklavsPS
changed the title
Allow multiple masks breaks the preview
Allow multiple masks leaves a value in the preview input field
Dec 11, 2024
Describe the bug
If you check the setting Allow Multiple Masks in for example: text field and then uncheck it in the preview it leaves [object Object] and if you check it again it leaves {"value":"","maskName":""} in the input part of the field.
Version/Branch
4.16
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It shouldn't leave any value in the input field. It should be empty
Screenshots




The text was updated successfully, but these errors were encountered: