diff --git a/packages/ra-ui-materialui/src/input/SelectInput.tsx b/packages/ra-ui-materialui/src/input/SelectInput.tsx index 894ef7d9aeb..03857393774 100644 --- a/packages/ra-ui-materialui/src/input/SelectInput.tsx +++ b/packages/ra-ui-materialui/src/input/SelectInput.tsx @@ -273,6 +273,7 @@ SelectInput.propTypes = { ]).isRequired, optionValue: PropTypes.string.isRequired, disableValue: PropTypes.string, + resettable: PropTypes.bool, resource: PropTypes.string, source: PropTypes.string, translateChoice: PropTypes.bool,