Quantcast
Channel: Web Design Weekly
Viewing all articles
Browse latest Browse all 10

Text Input Non-Editable

$
0
0

If you ever need to make an input field or text area non-editable the readonly attribute comes in very handy. When the readonly attribute is present in the markup, it specifies that the user will not be able to modify the value. However the user will still be able to tab to it and copy the text. Note: The readonly ... Read more

The post Text Input Non-Editable appeared first on Web Design Weekly.


Viewing all articles
Browse latest Browse all 10

Trending Articles