Dots inside name #1854
Unanswered
valerii15298
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While I understand it is the rare use case and small amount of people will ever need but I am curious if it is possible to dynamically use any string for the field names. I mean basically any serializable json object which is potentially received from the user input.
In case if I wanna build the form builder or something like that. Where field name could be any string(yes even empty one).
Currently as I understand I need to validate that property names do not start/end with
.or[or]The possible solution would be to allow name to be the array instead of a string:
Example Code
Beta Was this translation helpful? Give feedback.
All reactions