You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divdata-show="true"class="ant-alert ant-alert-info ant-alert-with-description ant-alert-no-icon"><spanclass="ant-alert-message">Info Text</span><spanclass="ant-alert-description">Info Description Info Description Info Description Info Description</span></div>
| dataSource | Data source for autocomplete | slot \|[DataSourceItemType](https://github.com/vueComponent/ant-design-vue/blob/724d53b907e577cf5880c1e6742d4c3f924f8f49/components/auto-complete/index.vue#L9)\[]||
14
14
| defaultActiveFirstOption | Whether active first option by default | boolean | true |
| filterOption | If true, filter options by input, if function, filter options against it. The function will receive two arguments, `inputValue` and `option`, if the function returns `true`, the option will be included in the filtered set; Otherwise, it will be excluded. | boolean or function(inputValue, option) | true |
18
18
| optionLabelProp | Which prop value of option will render as content of select. | string |`children`|
0 commit comments