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
Right now there is a top-level disabled flag that will pass disabled all the way down to hierarchy to each field. I'd love a similar flag for the readonly capability.
I can create a PR for this
Version
v3.x
The text was updated successfully, but these errors were encountered:
* 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
Right now there is a top-level
disabled
flag that will passdisabled
all the way down to hierarchy to each field. I'd love a similar flag for thereadonly
capability.I can create a PR for this
Version
v3.x
The text was updated successfully, but these errors were encountered: