fix(auto-complete): update default options

This commit is contained in:
Ofek Ashery
2020-03-29 04:40:53 +03:00
parent 6f125d7589
commit 45ec6e9f27

View File

@@ -32,7 +32,7 @@ interface Props {
}
const defaultProps = {
options: [],
options: [] as AutoCompleteOptions[],
initialValue: '',
disabled: false,
clearable: false,