Skip to content

Commit 01eba91

Browse files
committed
feat(docs): read only on text area and select input
1 parent 36357af commit 01eba91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/src/content/docs/forms/select-input.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Add the `disabled` boolean attribute on a select to give it a grayed out appeara
250250
</div>
251251
</div>`} />
252252

253-
{/* ### Readonly
253+
{/* ### Read only
254254
255255
Add the `readonly` boolean attribute on an input to prevent modification of the input’s value. `readonly` inputs can still be focused and selected, while `disabled` inputs cannot.
256256

site/src/content/docs/forms/text-area.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Add the `disabled` boolean attribute on a text area to give it a grayed out appe
149149
</div>
150150
</div>`} />
151151

152-
### Readonly
152+
### Read only
153153

154154
Add the `readonly` boolean attribute on a text area to prevent modification of the text area’s value. `readonly` text areas can still be focused and selected, while `disabled` text areas cannot.
155155

0 commit comments

Comments
 (0)