Skip to content

Commit

Permalink
🤖 Merge PR DefinitelyTyped#55799 DefinitelyTyped#55798 Add helperText…
Browse files Browse the repository at this point in the history
… property to carbon-components-react MultiSelectProps definition by @kovacsandor
  • Loading branch information
kovacsandor committed Sep 16, 2021
1 parent 2a65e01 commit b7ee3b1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export interface MultiSelectProps<T extends ListBoxBaseItemType = string> extend
direction?: VerticalDirection | undefined,
disabled?: ListBoxProps["disabled"] | undefined,
downshiftProps?: any, // TODO
helperText?: React.ReactNode | undefined,
id: string,
initialSelectedItems?: readonly T[] | undefined,
items: readonly T[],
Expand Down

0 comments on commit b7ee3b1

Please sign in to comment.