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
@v1ack I don't think that this is a bug, I think this is working as intended. Definitions are intended to create a small, repeatable schema that can be referenced, without having to copy/paste the same piece of JSON over and over again. As the definition is supposed to be broad and generic, explicitly including a title lets us know that this title should be included for every place the definition is referenced.
@v1ack Can you elaborate more about what you mean by rewriting the real value? From my understanding of RJSF, formData is generated, rather than used as a source of truth. The title set in definitions would be the real value.
Prerequisites
Description
If additional properties have title it will replace real key
Steps to Reproduce
Reprodusing link
Expected behavior
I expected to see real key in input
Actual behavior
I see title of model instead of value
After deleting title it looks good
Version
3.2.1
The text was updated successfully, but these errors were encountered: