Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fire input and change event on set for color input #230

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

asilano
Copy link

@asilano asilano commented Apr 17, 2023

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 #229

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#229
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setting a color input doesn't fire the change or input events
1 participant