mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +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);
|
||||
}
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
@Input()
|
||||
get type() {
|
||||
return this._type;
|
||||
}
|
||||
set type(val: any) {
|
||||
super.setType(val);
|
||||
}
|
||||
|
||||
/**
|
||||
* @input {bool} Wheather the textara should be disabled or not
|
||||
*/
|
||||
|
Reference in New Issue
Block a user