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
Hello @grene78. I've created a PR that fixes this issue. Let's wait for the team to check it out 😁🫱🏻🫲🏻
tugcekucukoglu
added
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Nov 12, 2024
Describe the bug
When the slider is configured for range operation with a lower bound below 0. A value of 0 will render on the far left of the slider.
Reproducer
https://stackblitz.com/edit/primevue-4-vite-issue-template-izxnwj?file=src%2FApp.vue
PrimeVue version
4.1.1
Vue version
4.x
Language
ALL
Build / Runtime
Vite
Browser(s)
edge, chrome
Steps to reproduce the behavior
create slider with min -100 to max 100
now set model value = [0,50]
[1,50] and [-1,50' work as expected
Expected behavior
when range is 0 is should render between -1 and 1 but instead renders to the left.
The text was updated successfully, but these errors were encountered: