New enumTitles
not working => old enumNames
have warnings ⚠️ that are deprecated 🐛
#4072
Closed
4 tasks done
Labels
Prerequisites
What theme are you using?
material-ui
Version
5.16.1
Current Behavior
Current state:
I use currently JSON Schema with⚠️ and will be removed and to use
enumNames
but in DevTools it is shouting thatenumNames
are depreciatedenumTitles
.(console warnings⚠️ are extremaly long and plenty of them)
After trying to change to
enumTitles
:After changing to
enumTitles
I have the samelabel
andvalue
in my inputs and I do not have my input label which was normally working when it was underenumNames
Expected Behavior
To have label from
enumTitles
and value fromenum
=> to just have workingenumTitles
likeenumNames
(depreciated) is workingSteps To Reproduce
Reproduce console warnings⚠️
You can reproduce⚠️ just using
console warnings
enumNames
in local environment and devTools will shout as loud as possible 😅Reproduce
enumTitles
not working as labelsYou can check if
enumTitles
not working you can just paste this example JSON Schema into playground:https://rjsf-team.github.io/react-jsonschema-form/
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: