Skip to content

Commit

Permalink
fix(Dropdown): added back the isrequired property
Browse files Browse the repository at this point in the history
  • Loading branch information
Thamjith committed Oct 28, 2024
1 parent 390d82d commit d54f8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/Dropdown/Dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ Dropdown.propTypes = {
* Provide the title text that will be read by a screen reader when
* visiting this control
*/
titleText: PropTypes.node,
titleText: PropTypes.node.isRequired,

/**
* Callback function for translating ListBoxMenuIcon SVG title
Expand Down

0 comments on commit d54f8c4

Please sign in to comment.