mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix: bad merge conflict resolution
Removes the duplicate clear icon from rendering.
This commit is contained in:
@@ -795,7 +795,6 @@ export class Input implements ComponentInterface {
|
||||
onClick={this.clearTextInput}
|
||||
>
|
||||
<ion-icon aria-hidden="true" icon={clearIconData}></ion-icon>
|
||||
<ion-icon aria-hidden="true" icon={clearIconData}></ion-icon>
|
||||
</button>
|
||||
)}
|
||||
<slot name="end"></slot>
|
||||
|
||||
Reference in New Issue
Block a user