onSlideEnd event is not getting values on range mode #2429
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
When I use
p-slider
element with[range]
attribute, I can not get the values via(onSlideEnd)
event.But if I use
(onChange)
instead, I can get the values or once I use p-slider without[range]
I can get the values with this attribute(onSlideEnd)
as well.The bug I want to explain is available on the link below.
http://plnkr.co/edit/JacrFoQ79yjuRAjSfU4w?p=preview
<p-slider (onSlideEnd)="changeFilterRange($event)" [(ngModel)]="filterRangeValues" [style]="{'width':'100%'}" [range]="true"></p-slider>
regards..
The text was updated successfully, but these errors were encountered: