googlearchive / paper-slider

A slider à la Material Design
16 stars 18 forks source link

decrement and increment function not firing change event. #54

Open vdegenne opened 6 years ago

vdegenne commented 6 years ago

adding an EventListener change on a paper-slider element will get called when changing the location of the slider manually using the mouse. But if I try to customize the behavior, for instance calling the decrement() function after a keyboard responding custom event, this same EventListener is avoided. Is this implementation intentional, that would be nice to implement this (at least for polymer3.0 ?)