Skip to content

Commit

Permalink
fix(gv-input): remove search icon in password mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanmaisse committed Mar 29, 2023
1 parent 755fdcc commit c199fde
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/atoms/gv-input/gv-input.js
Original file line number Diff line number Diff line change
Expand Up @@ -417,10 +417,6 @@ export class GvInput extends InputElement(LitElement) {
this.icon = GvInput.shapeSearch;
this.clearable = true;
}

if (this._type === 'password') {
this.icon = GvInput.shapeSearch;
}
}

get type() {
Expand Down

0 comments on commit c199fde

Please sign in to comment.