diff --git a/src/components/input/input.ts b/src/components/input/input.ts index cddc173b4e..09d65d9a9c 100644 --- a/src/components/input/input.ts +++ b/src/components/input/input.ts @@ -68,6 +68,10 @@ import { Platform } from '../../platform/platform'; * * * + * + * + * + * * * ``` * @@ -591,7 +595,9 @@ export class TextInput extends Ion implements IonicFormInput { this._coord = null; } - + /** + * @private + */ setItemInputControlCss() { let item = this._item; let nativeInput = this._native;