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
Updated the playground to add the `Readonly whole form` flag
Added the `form-readonly` section in the documentation
Updated the tests to verify the `read-only` status
heath-freenome
added a commit
to heath-freenome/react-jsonschema-form
that referenced
this issue
Sep 24, 2021
Updated the playground to add the `Readonly whole form` flag
Added the `form-readonly` section in the documentation
Updated the tests to verify the `read-only` status
* Added form readonly prop (#2552)
Updated the playground to add the `Readonly whole form` flag
Added the `form-readonly` section in the documentation
Updated the tests to verify the `read-only` status
* Fix test
* - Updated the Typescript type for the `FormProps` to add `readonly`
* - Updated the `CHANGELOG.md` in preparation for release
* - Updated test to verify the nesting of readonly works as expected
Prerequisites
Description
I created a react json form and want to validate some form data on the server side through api call
Steps to Reproduce
The text was updated successfully, but these errors were encountered: