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 cec5eb3 commit 2531c51Copy full SHA for 2531c51
1 file changed
packages/ra-ui-materialui/src/input/TextInput.tsx
@@ -23,7 +23,6 @@ import { sanitizeInputRestProps } from './sanitizeInputRestProps';
23
* <TextInput source="email" type="email" />
24
* <NumberInput source="nb_views" />
25
*
26
- * The object passed as `options` props is passed to the <ResettableTextField> component
27
*/
28
export const TextInput = (props: TextInputProps) => {
29
const {
@@ -99,7 +98,6 @@ TextInput.propTypes = {
99
98
PropTypes.bool,
100
PropTypes.element,
101
]),
102
- options: PropTypes.object,
103
resource: PropTypes.string,
104
source: PropTypes.string,
105
};
0 commit comments