mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
Merge pull request #24741 from guilhermehubner/AddDisabledOptionReactPlacesAutocomplete
[react-places-autocomplete] Adding disabled option to
This commit is contained in:
1
types/react-places-autocomplete/index.d.ts
vendored
1
types/react-places-autocomplete/index.d.ts
vendored
@@ -21,6 +21,7 @@ export interface PropTypes {
|
||||
name?: string;
|
||||
placeholder?: string;
|
||||
onBlur?: (event: React.FocusEvent<HTMLInputElement>) => void;
|
||||
disabled?: boolean;
|
||||
};
|
||||
onError?: (status: string, clearSuggestion: () => void) => void;
|
||||
onSelect?: (address: string, placeID: string) => void;
|
||||
|
||||
Reference in New Issue
Block a user