We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4781a81 commit 1b0a6c4Copy full SHA for 1b0a6c4
index.d.ts
@@ -47,7 +47,7 @@ type AutocompleteProps = {
47
}
48
49
export class Autocomplete extends React.Component<AutocompleteProps, any> {
50
- clear(): void;
+ clearInput(): void;
51
52
53
export function withKeyboardAwareScrollView<P>(
0 commit comments