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
In this case, the oneOf renderer tab should come with the Github tab selected, but it comes with the Google tab selected.
Expected behavior
const values are considered for the selected tab
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
The problem is caused by the indexOfFittingSchema prop giving the wrong value. This is also caused by excluding const errors with structuralKeywords in the dataIsValid function.
The text was updated successfully, but these errors were encountered:
Describe the bug
In this case, the oneOf renderer tab should come with the Github tab selected, but it comes with the Google tab selected.
Expected behavior
const
values are considered for the selected tabSteps to reproduce the issue
Screenshots
No response
Which Version of JSON Forms are you using?
v3.4.1
Package
Core
Additional context
The problem is caused by the
indexOfFittingSchema
prop giving the wrong value. This is also caused by excluding const errors withstructuralKeywords
in thedataIsValid
function.The text was updated successfully, but these errors were encountered: