Skip to content

Commit

Permalink
feat: adding required prop to sage-react select component
Browse files Browse the repository at this point in the history
the new prop is optional and defaults to 'false'
  • Loading branch information
aperez-kajabi committed Nov 8, 2022
1 parent 20b58dc commit 34618c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sage-react/lib/Select/Select.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,6 @@ Select.propTypes = {
}),
]),
),
required: Proptypes.bool,
required: PropTypes.bool,
value: PropTypes.string,
};

0 comments on commit 34618c3

Please sign in to comment.