Browse Source

fix typo

pull/17378/head
Eldar Mustafaiev 5 years ago
committed by GitHub
parent
commit
fa539507da
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/auto-complete/index.en-US.md

2
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&lt;React.ReactElement<OptionProps>> | - |
| children (for dataSource) | Data source for autocomplete | React.ReactElement<OptionProps> / Array&lt;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\[]\| - |

Loading…
Cancel
Save