Skip to content

Commit

Permalink
refactor: remove duplicate property declarations from text-field (#8072)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Nov 1, 2024
1 parent cff1a02 commit 72f4b09
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions packages/text-field/src/vaadin-text-field.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,24 +121,6 @@ export class TextField extends TextFieldMixin(ThemableMixin(ElementMixin(Polymer
`;
}

static get properties() {
return {
/**
* Maximum number of characters (in Unicode code points) that the user can enter.
*/
maxlength: {
type: Number,
},

/**
* Minimum number of characters (in Unicode code points) that the user can enter.
*/
minlength: {
type: Number,
},
};
}

/** @protected */
ready() {
super.ready();
Expand Down

0 comments on commit 72f4b09

Please sign in to comment.