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 d96d480 commit a5e6270
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 a5e6270

Please sign in to comment.