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
I have an object field in my form that takes two options 1 and 2. Option 1 has attributes a, b, c. Option 2 has x, y, z.
The schema defines the field defaults as {x: 0.045, y, 0.0015, z: 0}
The result is that I cannot modify the field when option 2 is selected. For instance, when typing in the x input, it stays at 0.045
Prerequisites
What theme are you using?
core
Version
5.24.8
Current Behavior
I have an object field in my form that takes two options 1 and 2. Option 1 has attributes a, b, c. Option 2 has x, y, z.
The schema defines the field defaults as {x: 0.045, y, 0.0015, z: 0}
The result is that I cannot modify the field when option 2 is selected. For instance, when typing in the x input, it stays at
0.045
Here is the playground link
Expected Behavior
I can edit the x, y, or z inputs
Steps To Reproduce
Environment
Anything else?
I think this is a bug with 5.24.x version.
When I revert to 5.23.2, the field is editable again
No response
The text was updated successfully, but these errors were encountered: