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 a custom field editor for a multi-select dropdown (react-select) and with a somewhat recent change to react-jsonschema-form lib, the titles are no longer showing up on their own for properties at the top-most level. However, when nested fields are using the same editor, the titles are added. My solution originally was to add the label to the custom component, which fixes the top-most level, but then the nested ones now have double titles.
The text was updated successfully, but these errors were encountered:
I have a custom field editor for a multi-select dropdown (react-select) and with a somewhat recent change to react-jsonschema-form lib, the titles are no longer showing up on their own for properties at the top-most level. However, when nested fields are using the same editor, the titles are added. My solution originally was to add the label to the custom component, which fixes the top-most level, but then the nested ones now have double titles.
The text was updated successfully, but these errors were encountered: