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
melloware
added
Type: Bug
Issue contains a defect related to a specific component.
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Dec 3, 2022
Describe the bug
Try to set max={10} in the code here -
primereact/pages/datatable/filter.js
Line 242 in d5331d1
see that the initial state of the right slider is way out of boundaries ( set to 100*10 in this case ).
Reproducer
https://codesandbox.io/s/3rso2u?file=/src/demo/DataTableFilterDemo.tsx
PrimeReact version
8.7.2
React version
18.x
Language
TypeScript
Build / Runtime
Create React App (CRA)
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
Slider to behave exactly like it does with the default value, just within 0-10 range.
The text was updated successfully, but these errors were encountered: