:read-write

The :read-write pseudo-class applies to editable form fields. The :read-write pseudo-class is the opposite of :read-only, which applies to fields with a readonly attribute.

Syntax



input:read-write {
  property: value;
}