input-knob icon indicating copy to clipboard operation
input-knob copied to clipboard

Needs native `disabled` support

Open tomayac opened this issue 6 years ago • 0 comments

Currently, setting the <input-knob> to disabled has no effect, and one has to emulate it poorly:

input-knob[disabled] {  
  pointer-events: none;
  opacity: .25;
}

This doesn't feel right.

tomayac avatar Sep 02 '19 08:09 tomayac