Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
[Form] Deprecate "read_only" option#3782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
d945ba28eae36d805c4bd1a587c5653ac94515e87ca2395effeb621bf24c84f3fb0d427681e395dd50f5392398b56fe069e84182dc4e07cc2e86186b74593c701f2cff0429d783636f0041b2af643f4c4c1cbb9ade9b3d525c970512d8531c2b92e12d64dd57cadcdcc3fd4f568f51df0c089ec78bab15ed88e1cd6c5d5b6a9a26af78cab7078bb2df2f1ffce71355b897cf6046fa51f2409c9dc475f202055bbc8739ef1677b6a8File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,11 @@ | ||
| read_only | ||
| ~~~~~~~~~ | ||
| .. caution:: | ||
| The ``read_only`` option has been deprecated and will be removed in 3.0. | ||
| Instead, use the ``attr`` option by setting it to an array with a ``readonly`` key. | ||
Member There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. This block should be moved below the headline so that it fits inside the user's view port when the follow anchor refs. | ||
| **type**: ``boolean`` **default**: ``false`` | ||
| If this option is true, the field will be rendered with the ``readonly`` | ||
Uh oh!
There was an error while loading.Please reload this page.