Is there a way to add dynamic default value? #168
Unanswered
AlTosterino
asked this question in
Q&A
Replies: 1 comment
-
If I understand correctly, you want to dynamically populate input fields on the browser? We have a JS API which might be useful for this: https://django-jsonform.readthedocs.io/en/latest/guide/javascript.html If I'm wrong, please give me a more illustrative example of your problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey!
Let's assume I have schema like this:
{"type: "string", "readOnly": true}
, is there a fast way to dynamically populate every new value? For example with UUID?Beta Was this translation helpful? Give feedback.
All reactions