Eldar Mustafaiev
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
components/auto-complete/index.en-US.md
|
|
@ -24,7 +24,7 @@ const dataSource = ['12345', '23456', '34567']; |
|
|
|
| autoFocus | get focus when component mounted | boolean | false | |
|
|
|
| backfill | backfill selected item the input when using keyboard | boolean | false | |
|
|
|
| children (for customize input element) | customize input element | HTMLInputElement / HTMLTextAreaElement / React.ReactElement<InputProps> | `<Input />` | |
|
|
|
| children (for dataSource) | Data source for autocomplet | React.ReactElement<OptionProps> / Array<React.ReactElement<OptionProps>> | - | |
|
|
|
| children (for dataSource) | Data source for autocomplete | React.ReactElement<OptionProps> / Array<React.ReactElement<OptionProps>> | - | |
|
|
|
| dataSource | Data source for autocomplete | [DataSourceItemType](https://git.io/vMMKF)\[] | | |
|
|
|
| defaultActiveFirstOption | Whether active first option by default | boolean | true | |
|
|
|
| defaultValue | Initial selected option. | string\|string\[]\| - | |
|
|
|