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
Copy file name to clipboardExpand all lines: site/src/content/docs/forms/select-input.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -250,7 +250,7 @@ Add the `disabled` boolean attribute on a select to give it a grayed out appeara
250
250
</div>
251
251
</div>`} />
252
252
253
-
{/* ### Readonly
253
+
{/* ### Read only
254
254
255
255
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.
Copy file name to clipboardExpand all lines: site/src/content/docs/forms/text-area.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ Add the `disabled` boolean attribute on a text area to give it a grayed out appe
149
149
</div>
150
150
</div>`} />
151
151
152
-
### Readonly
152
+
### Read only
153
153
154
154
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.
0 commit comments