Skip to content

Commit

Permalink
Revert "feat(@clayui/dropdown): LPD-41310 Add "triggerIcon=undefined"…
Browse files Browse the repository at this point in the history
… prop to prevent caret-icon to be displayed"

This reverts commit 1805059.
  • Loading branch information
ilzamcmed committed Nov 27, 2024
1 parent 936e86a commit 7d9f443
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/clay-localized-input/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ const ClayLocalizedInput = React.forwardRef<HTMLInputElement, IProps>(
</span>
</ClayButton>
}
triggerIcon={null}
>
<ClayDropDown.ItemList>
{locales.map((locale) => {
Expand Down

0 comments on commit 7d9f443

Please sign in to comment.