Replies: 3 comments 7 replies
-
Could you give me a sample schema to reproduce it? |
Beta Was this translation helpful? Give feedback.
-
I will try to get a repo to you eod. Also I should mention that this is inside django-admin if that makes any difference. And if I cannot reproduce on a smaller scale, I will have to go spelunking. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hi, So I created a reproduction case and was not able to reproduce data from the form not being submitted properly. However this still seems to happen on the main app that I have. The differences I noticed were that in the repro case that the fields submitted were the The initial smaller image attached shows this. However when I use the same code structure in my project, I get the Perhaps I am missing something very basic related to how forms get processed? Any help would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
-
Hi All,
I have been trying to figure out what is happening here and have not quiet been able to figure out what is going on? I have a JSOField in a model, have a schema, in which there is a field for gender which is specified as:
"gender": { "type": "string", "choices": ["M", "F", "O"], },
What I noticed was that when the form gets saved,
Perhaps I am missing something in the schema definition that would allow this to work?
Any help would be appreciated.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions