Skip to content

Commit

Permalink
Add resettable prop to SelectInput propTypes.
Browse files Browse the repository at this point in the history
  • Loading branch information
asvarcas committed Mar 11, 2020
1 parent 594b6a1 commit 3856fc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ra-ui-materialui/src/input/SelectInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3856fc1

Please sign in to comment.