Skip to content

Commit

Permalink
feat(@clayui/dropdown): LPD-41310 Add "showDropdownIcon=false" prop t…
Browse files Browse the repository at this point in the history
…o prevent caret-icon to be displayed
  • Loading branch information
ilzamcmed committed Nov 6, 2024
1 parent 589cff5 commit 17d49b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/clay-localized-input/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ const ClayLocalizedInput = React.forwardRef<HTMLInputElement, IProps>(
<ClayDropDown
active={active}
onActiveChange={setActive}
showDropdownIcon={false}
trigger={
<ClayButton
displayType="secondary"
Expand Down

0 comments on commit 17d49b3

Please sign in to comment.