mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(all): color/mode inputs are not longer needed
This commit is contained in:
committed by
Manuel Mtz-Almeida
parent
7cee7b0eaf
commit
7272b5a42a
@@ -253,16 +253,6 @@ export class TextInput extends Ion implements IonicFormInput {
|
||||
this._readonly = isTrueProperty(val);
|
||||
}
|
||||
|
||||
/**
|
||||
* @input {string} The mode determines which platform styles to use.
|
||||
* Possible values are: `"ios"`, `"md"`, or `"wp"`.
|
||||
* For more information, see [Platform Styles](/docs/v2/theming/platform-specific-styles).
|
||||
*/
|
||||
@Input()
|
||||
set mode(val: string) {
|
||||
this._setMode(val);
|
||||
}
|
||||
|
||||
/**
|
||||
* @input {boolean} If true, the value will be cleared after focus upon edit. Defaults to `true` when `type` is `"password"`, `false` for all other types.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user