diff --git a/src/components/input/input.ts b/src/components/input/input.ts index 95ce4dd964..c072e42aba 100644 --- a/src/components/input/input.ts +++ b/src/components/input/input.ts @@ -320,17 +320,6 @@ export class TextArea extends InputBase { super.setValue(val); } - /** - * @private - */ - @Input() - get type() { - return this._type; - } - set type(val: any) { - super.setType(val); - } - /** * @input {bool} Wheather the textara should be disabled or not */