-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Labels
Description
Prerequisites
- I have searched the existing issues
- I understand that providing a SSCCE example is tremendously useful to the maintainers.
- I have read the documentation
- Ideally, I'm providing a sample JSFiddle, Codesandbox.io or preferably a shared playground link demonstrating the issue.
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
- open the playground link
- select the option 2
- type some number in the x input
Environment
- OS:Ubuntu
- Node:22
- npm:
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