Stop firing onChange when move with marker on color-area and hue-slider? #144
Unanswered
dienstbereit
asked this question in
Q&A
Replies: 1 comment 2 replies
-
the const input = document.querySelector('input.my-color');
input.addEventListener('change', e => {
console.log(input.value); // or console.log(e.target.value);
}); |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
is it possible to fire the onChange function only after the move has been completed (on mouseup/touchend/keyup)?
Beta Was this translation helpful? Give feedback.
All reactions