You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
Enter the following into the console: $0.addEventListener('MDCSlider:change',d => console.error('Change event'));
Click on the slider thumb multiple times (preferably on the most left; so that the value can't change). Notice that the change event still emits without value change.
Press left arrow until you are at value = 0. Notice that if you continue pressing left arrow keys the change event is still emitted.
Actual behavior
Change event always fires. Even if value didn't change.
Expected behavior
Change event only fires if there is a "change". Ideally the "change" event would follow native-input event semantics and only fire