Skip to content

Commit

Permalink
fix: added disabled prop to dropdown toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
benjitrosch committed Mar 16, 2022
1 parent 41edb8b commit 7d2543c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Dropdown/DropdownToggle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export type DropdownToggleProps = Omit<
color?: ComponentColor
size?: ComponentSize
button?: boolean
disabled?: boolean
}

const DropdownToggle = ({
Expand Down

0 comments on commit 7d2543c

Please sign in to comment.