adornedEnd
provided to the classes prop is not implemented in ForwardRef(Input). You can only override one of the following: root,formControl,focused,disabled,colorSecondary,underline,error,multiline,fullWidth,input,inputMarginDense,inputMultiline,inputTypeSearch.
#3987
What happened instead:
I use a SelectInput in a SimpleForm mentioned in document (https://marmelab.com/react-admin/doc/3.0-beta/Inputs.html#selectinput).
It can work, but it will show the error message.
Related code:
Here is how I use a SelectInput in a SimpleForm
Environment
Material-UI: the key
adornedEnd
provided to the classes prop is not implemented in ForwardRef(Input).You can only override one of the following: root,formControl,focused,disabled,colorSecondary,underline,error,multiline,fullWidth,input,inputMarginDense,inputMultiline,inputTypeSearch.
in WithStyles(ForwardRef(Input)) (created by Select)
in Select (created by WithStyles(ForwardRef(Select)))
in WithStyles(ForwardRef(Select)) (created by TextField)
in TextField (created by WithStyles(ForwardRef(TextField)))
in WithStyles(ForwardRef(TextField)) (created by ResettableTextField)
in ResettableTextField (created by SelectInput)
in SelectInput (at PlanEdit.js:42)
in Anonymous (created by WithPermissions)
in WithPermissions (created by Router.Consumer)
in Router.Consumer (created by Route)
in Route (created by ResourceRoutes)
in ResourceRoutes (created by Resource)
in Resource (at App.js:27)
in App (at src/index.js:7)
The text was updated successfully, but these errors were encountered: