-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
2.0.0-beta.10
Environment
1.6.4
Reproduction link
https://www.antdv.com/components/input-cn/
Steps to reproduce
<a-input
autocomplete="off"
v-model="data.enterprisename"
size="large"
type="text"
placeholder="请输入正确的企业名称"
v-decorator="['EnterpriseName', {rules: [{ required: true, message: '请输入正确的企业名称' }], validateTrigger: ['change', 'blur']}]"
What is expected?
使用autocomplete后input输入框不会自动补全
What is actually happening?
在我登录后 注册模块的input会自动填充 我想使用相关属性关闭自动填充