Skip to content

a-form form validation, the location where the icon appears blocks the a-input-search button #5586

@liushangch

Description

@liushangch
  • I have searched the issues of this repository and believe that this is not a duplicate.

Version

1.7.7

Environment

vue2,windows,chrome

Reproduction link

https://g7m9k7.csb.app/

Steps to reproduce

<template>
<a-form>
<a-form-item label="Error" has-feedback validate-status="error">
<a-input-search
placeholder="input search loading with enterButton"
loading
enter-button
/>
</a-form-item>
</a-form>
</template>
<script>
export default {
methods: {
handleChange(value) {
console.log(`selected ${value}`);
},
},
};
</script>

What is expected?

icon出现在input内

What is actually happening?

icon出现在Button按钮上

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions