5 lines of CSS style for disabled elements (from Material Design)
If I are creating a form with HTML, sometimes I wanted to disable a text box for users. Here came the disabled attribute.
Disabled Controls
The Boolean disabled attribute, when present, makes the element not mutable, focusable, or even submitted with...
ksengine.hashnode.dev2 min read