Skip to content

Commit

Permalink
fix: remove private default of attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjones243 committed Sep 30, 2024
1 parent b675b43 commit edb4812
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/base-input.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ export default class BaseInput extends LitElement {
privateDefaults() {
this.validation = new AuroFormValidation();
this.inputIconName = undefined;
this.inputMode = '';
this.showPassword = false;
this.validationCCLength = undefined;
this.hasValue = false;
Expand Down

0 comments on commit edb4812

Please sign in to comment.