[material-ui][Slider] form control state is not supported #39148
Labels
component: slider
This is the name of the generic UI component, not the React module!
new feature
New feature or request
waiting for 👍
Waiting for upvotes
Duplicates
Latest version
Steps to reproduce 🕹
Link to live example:https://codesandbox.io/s/48hw3f?file=/Demo.tsx
Steps: Go to any demo of mui slider docs page
disabled
prop to FormControl.Current behavior 😯
slider's disabled is not affected by parent form control's state.
Expected behavior 🤔
Slider is also input element (already categorized 'Inputs' in mui docs) and native input also has 'range' type input.
as input element, I think it is expected behavior formControl's context state affect slider's state.
Context 🔦
I'm making FormFieldset using FormControl component, which can have multiple sliders ,textField, ... an etc input element.
Your environment 🌎
npx @mui/envinfo
The text was updated successfully, but these errors were encountered: