mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
refactor(textarea): remove type input from textarea
This commit is contained in:
@ -320,17 +320,6 @@ export class TextArea extends InputBase {
|
|||||||
super.setValue(val);
|
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
|
* @input {bool} Wheather the textara should be disabled or not
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user