Skip to content

Commit

Permalink
Remove requiredMessage from default props
Browse files Browse the repository at this point in the history
  • Loading branch information
Rall3n committed Oct 21, 2022
1 parent 8da7e30 commit e865624
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-select/src/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ export const defaultProps = {
styles: {},
tabIndex: 0,
tabSelectsValue: true,
requiredMessage: () => 'Please select an item from the list.',
};

interface State<
Expand Down

0 comments on commit e865624

Please sign in to comment.