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
Fix multiple bugs related to switching between anyOf/oneOf options (#1169)
* Fix multiple bugs related to switching between anyOf/oneOf options
Fixes#1168
- Fixed a bug that would prevent input fields from rendering when
switching between a non-object type option and an object type option
- Fixed a bug where options would incorrectly change when entering
values if a subschema with multiple required fields is used
- Fixed a bug where switching from an object tpye option to a non-object
type option would result in an input field containing the value [Object object]
Change-type: patch
Signed-off-by: Lucian <lucian.buzzo@gmail.com>
* Update src/utils.js
* Update src/utils.js
0 commit comments