ant-design-vue icon indicating copy to clipboard operation
ant-design-vue copied to clipboard

AutoComplete maxlength属性不生效

Open hovees opened this issue 1 year ago • 0 comments
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

Edit on CodeSandbox

Steps to reproduce

在输入框输入内容

What is expected?

可以直接在AutoComplete添加maxlength来限制输入内容的最大长度

What is actually happening?

需要自己添加input组件,然后用maxlength来限制

hovees avatar Sep 09 '24 08:09 hovees