We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2531c51 commit 17c51aaCopy full SHA for 17c51aa
1 file changed
packages/ra-ui-materialui/src/input/SelectInput.tsx
@@ -87,8 +87,6 @@ import { LoadingInput } from './LoadingInput';
87
* @example
88
* <SelectInput source="gender" choices={choices} translateChoice={false}/>
89
*
90
- * The object passed as `options` props is passed to the Material UI <Select> component
91
- *
92
* You can disable some choices by providing a `disableValue` field which name is `disabled` by default
93
94
* const choices = [
@@ -362,7 +360,6 @@ SelectInput.propTypes = {
362
360
PropTypes.bool,
363
361
PropTypes.element,
364
]),
365
- options: PropTypes.object,
366
optionText: PropTypes.oneOfType([
367
PropTypes.string,
368
PropTypes.func,
0 commit comments