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
When switching between tabs, the createDefaultValue function fills the data with default values, but the type property is not included in data because it does not have an default value.
Expected behavior
createDefaultValue function should consider only const values and not default values when switching between tabs in oneOf tab selector.
Steps to reproduce the issue
Go to '...'
Click on '....'
Scroll down to '....'
See error
Screenshots
No response
Which Version of JSON Forms are you using?
v3.4.1
Package
Core
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
If we have:
When switching between tabs, the createDefaultValue function fills the data with default values, but the
type
property is not included indata
because it does not have andefault
value.Expected behavior
createDefaultValue
function should consider only const values and not default values when switching between tabs in oneOf tab selector.Steps to reproduce the issue
Screenshots
No response
Which Version of JSON Forms are you using?
v3.4.1
Package
Core
Additional context
No response
The text was updated successfully, but these errors were encountered: