mirror of
https://github.com/zhigang1992/react.git
synced 2026-03-27 22:54:38 +08:00
fix(auto-complete): update default options
This commit is contained in:
@@ -32,7 +32,7 @@ interface Props {
|
||||
}
|
||||
|
||||
const defaultProps = {
|
||||
options: [],
|
||||
options: [] as AutoCompleteOptions[],
|
||||
initialValue: '',
|
||||
disabled: false,
|
||||
clearable: false,
|
||||
|
||||
Reference in New Issue
Block a user