Skip to content
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.

Commit

Permalink
Add newChipKeys to the typescript definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed Dec 1, 2019
1 parent 95e17b8 commit 4e9aee6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export interface BaseTextFieldProps extends Omit<FormControlProps, 'onChange'> {
inputValue?: string;
label?: React.ReactNode;
newChipKeyCodes?: number[];
newChipKeys?: string[];
onAdd?: (chip: any) => any;
onBeforeAdd?: (chip: any) => boolean;
onChange?: (chips: any[]) => any;
Expand Down

0 comments on commit 4e9aee6

Please sign in to comment.