Replies: 1 comment 3 replies
-
Native readonly styles are identical. <input value="ABCDEFG">
<br><br>
<input value="ABCDEFG" readonly> I've seen some pretty bizarre attempts at styling readonly text fields differently, but I'm not sure we should deviate from this default. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I expected readonly inputs to be visually distinct from normal inputs, like one with
disabled
is.Beta Was this translation helpful? Give feedback.
All reactions