naive-ui/demo/documentation/components/autoComplete/enUS/index.md

33 lines
609 B
Markdown
Raw Normal View History

2019-11-22 16:58:13 +08:00
# Auto Complete
2020-01-28 14:11:09 +08:00
Use as search hint or something similar.
## Demos
2019-11-22 16:58:13 +08:00
```demo
basic
custom-input
after-select
2020-01-28 14:11:09 +08:00
```
## V-model
|Prop|Event|
|-|-|
|value|input|
## Props
|Name|Type|Default|Description|
|-|-|-|-|
|size|`'small' \| 'medium' \| 'large'`|`'medium'`||
|value|`string`|`null`||
|options|`Array`|`[]`||
|blur-after-select|`boolean`|`false`||
|clear-after-select|`boolean`|`false`||
## Slots
|Name|Parameters|Description|
|-|-|-|
2020-01-30 21:03:34 +08:00
|default|`({ handleInput, handleFocus, handleBlur, value })`||
2020-01-28 14:11:09 +08:00
## Events
|Name|Parameters|Description}
|-|-|-|
|input|`(value: string \| null)`||
|select|`(value: string)`||