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
{{ message }}
This repository was archived by the owner on Feb 16, 2021. It is now read-only.
There's no problem with this at all, everything works as expected. The problem that I'm facing is that the field (kIq1M0h00lC0LTwQHo1qtDL) is rendered on the screen. I would like to know if there's any way to override that field name. I was thinking in something like:
"kIq1M0h00lC0LTwQHo1qtDL" = { "label": "Your label here", "type": "object", "properties": {}}
And the "label" would be the one being rendered instead.
I hope this makes sense, I couldn't find anything related in the documentation though.
Thanks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello (this package is very useful), I'm facing a problem where I'm defining a field of type Object, for example:
"kIq1M0h00lC0LTwQHo1qtDL" = {"type": "object", "properties": {} }
There's no problem with this at all, everything works as expected. The problem that I'm facing is that the field (kIq1M0h00lC0LTwQHo1qtDL) is rendered on the screen. I would like to know if there's any way to override that field name. I was thinking in something like:
"kIq1M0h00lC0LTwQHo1qtDL" = { "label": "Your label here", "type": "object", "properties": {}}
And the
"label"
would be the one being rendered instead.I hope this makes sense, I couldn't find anything related in the documentation though.
Thanks.
The text was updated successfully, but these errors were encountered: