cuprite
cuprite copied to clipboard
Fire input and change event on set for color input
Since a color input has to have its value set directly via javascript (presumably because of the difficulty of interacting with the browser's colour picker), the change and input events don't automatically happen. This PR fires them manually.
Fixes rubycdp/cuprite#229