Skip to content

Commit

Permalink
Prevents dropdown from having closeDropdown func prop as required
Browse files Browse the repository at this point in the history
  • Loading branch information
curlyfriesplease committed Nov 25, 2024
1 parent 421cfd2 commit d941cc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Options.propTypes = {
activeOption: PropTypes.number.isRequired,
resetActiveOption: PropTypes.func.isRequired,
hideBorder: PropTypes.bool,
closeDropdown: PropTypes.func.isRequired
closeDropdown: PropTypes.func
};

TextInputWithDropdown.displayName = 'TextInputWithDropdown';
Expand Down

0 comments on commit d941cc8

Please sign in to comment.