Skip to content

Commit

Permalink
Merge pull request #15219 from hammadzafar05/patch-4
Browse files Browse the repository at this point in the history
Fixed Docs: Updated the URL
  • Loading branch information
danharrin authored Jan 1, 2025
2 parents 8f0fe7f + 4e85f00 commit b880e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/forms/docs/03-fields/15-textarea.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Textarea::make('description')

There are a few differences, compared to [`disabled()`](getting-started#disabling-a-field):

- When using `readOnly()`, the field will still be sent to the server when the form is submitted. It can be mutated with the browser console, or via JavaScript. You can use [`dehydrated(false)`](advanced#preventing-a-field-from-being-dehydrated) to prevent this.
- When using `readOnly()`, the field will still be sent to the server when the form is submitted. It can be mutated with the browser console, or via JavaScript. You can use [`dehydrated(false)`](../advanced#preventing-a-field-from-being-dehydrated) to prevent this.
- There are no styling changes, such as less opacity, when using `readOnly()`.
- The field is still focusable when using `readOnly()`.

Expand Down

0 comments on commit b880e89

Please sign in to comment.