mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
@ -157,7 +157,7 @@ export class TextInput extends InputBase {
|
||||
*/
|
||||
@Input()
|
||||
set mode(val: string) {
|
||||
this._setMode('input', val);
|
||||
this._setMode(val);
|
||||
}
|
||||
|
||||
/**
|
||||
@ -336,7 +336,7 @@ export class TextArea extends InputBase {
|
||||
*/
|
||||
@Input()
|
||||
set mode(val: string) {
|
||||
this._setMode('input', val);
|
||||
this._setMode(val);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user