primefaces / primevue

Next Generation Vue UI Component Library
https://primevue.org
MIT License
10.6k stars 1.23k forks source link

Range slider get stuck when both handle on max value #2074

Closed emaulandi closed 2 years ago

emaulandi commented 2 years ago

Bug report

Similar issue on primeng that don't seem to be resolved : https://github.com/primefaces/primeng/issues/1285

CodeSandbox Case (Bug Reports) We can see this behavior on the component page : https://primefaces.org/primevue/showcase/#/slider image

Current behavior When having both handle on the maximum value, the slider get stuck [max, max]. It is not possible to drag a handle to a lower value.

Expected behavior When having both handle on the maximum value, it is possible to change the range to [x, max]

agrawalrohant commented 2 years ago

What version of Prime NG this fix is available ?