ant-design-vue
ant-design-vue copied to clipboard
AutoComplete maxlength属性不生效
trafficstars
- [x] I have searched the issues of this repository and believe that this is not a duplicate.
Version
4.2.3
Environment
Vue 3.2.45
Reproduction link
Steps to reproduce
在输入框输入内容
What is expected?
可以直接在AutoComplete添加maxlength来限制输入内容的最大长度
What is actually happening?
需要自己添加input组件,然后用maxlength来限制