Skip to content

Commit 998153e

Browse files
committed
Remove requiredMessage from default props
1 parent 263e448 commit 998153e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-select/src/Select.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ export const defaultProps = {
305305
styles: {},
306306
tabIndex: 0,
307307
tabSelectsValue: true,
308-
requiredMessage: () => 'Please select an item from the list.',
309308
};
310309

311310
interface State<

0 commit comments

Comments
 (0)