Skip to content

input怎么关闭自动补全autocomplete? #2953

@faithcoco

Description

@faithcoco
  • 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会自动填充 我想使用相关属性关闭自动填充

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions