Skip to content

Commit

Permalink
Merge pull request #4513 from WiXSL/fix-selectinput-proptypes
Browse files Browse the repository at this point in the history
Add resettable prop to SelectInput PropTypes.
  • Loading branch information
fzaninotto authored Mar 18, 2020
2 parents 3d52126 + 3856fc1 commit c40894b
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 @@ -275,6 +275,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 c40894b

Please sign in to comment.