自动填充 Auto Complete
用来当搜索提示或者类似的东西。
演示
basic
size
custom-input
after-select
V-model
Props
名称 |
类型 |
默认值 |
说明 |
size |
'small' | 'medium' | 'large' |
'medium' |
|
value |
string |
null |
|
options |
Array<AutoCompleteOption | AutoCompleteOptionGroup> |
[] |
|
placeholder |
string |
null |
|
blur-after-select |
boolean |
false |
|
clear-after-select |
boolean |
false |
|
Slots
名称 |
参数 |
说明 |
default |
({ handleInput: (value: string) => any, handleFocus: function, handleBlur: function, value: string }) |
|
Events
名称 |
参数 |
说明 |
input |
(value: string | null) |
|
select |
(value: string) |
|