Bharat Chauhan
Bharat Chauhan
Thank for reporting.
Released in [v2.23.0](https://github.com/bhch/django-jsonform/releases/tag/v2.23.0).
I don't use HTMX or crispy forms, so I'm going to need a bit of help in understanding the issue better. Could you upload a minimal sample project on github...
Thanks for taking the time to go through the source code and providing a fix. I'll ship it in the next release.
Hi @sshishov, would you like to contribute and open a Pull Request at [bhch/react-json-form](https://github.com/bhch/react-json-form/)? If not, it's still okay and I can make these changes myself. Let me know. Thanks...
Released in [v2.23.0](https://github.com/bhch/django-jsonform/releases/tag/v2.23.0).
I can not reproduce this. I tried the following schema and I can add a decimal value without problems. ```json { "type": "object", "properties": { "value": { "type": "number", "minimum":...
I'm also using Firefox (119). Perhaps you could share reproducible code in a sample github repo?
Notes to self: **Issue:** Schema changed on client-side via JS breaks validation on server-side because the server validator uses the older schema available on the server. **Possible solutions:** 1. Submit...
@ReadMost Hi, thank you for reporting this issue. This will take some time to fix (please see my previous comment). Meanwhile, you can handle the validation using your custom validator...