-
Notifications
You must be signed in to change notification settings - Fork 143
Open
Labels
Description
Describe the Bug
Custom properties values are copied from one field to another, if you switch between fields while focusing on the value of one of them.
Steps to Reproduce
- In the form js, create two text fields
- Add a custom property to each one of them to give it a different value
- focus on the value input field of the created custom property
- Now click on the second text field
- You will select that the value of the first field's custom property is copied into the second one
Expected Behavior
- Each field will still contain a different value for the custom field.
Environment
- Host Chrome latest
- OS: MacOS 15.5
- Library version: v1.17
Context
related to SUPPORT-29064