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 ?)
adding an EventListener
change
on apaper-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 ?)