diff --git a/ionic/components/form/tap-input.ts b/ionic/components/form/tap-input.ts index 0e86413d0e..c318e178aa 100644 --- a/ionic/components/form/tap-input.ts +++ b/ionic/components/form/tap-input.ts @@ -19,7 +19,7 @@ export class TapInput extends IonInput { app: IonicApp, config: IonicConfig ) { - super(elementRef, app, IonicConfig, scrollView); + super(elementRef, app, config, scrollView); if (container) { container.registerInput(this);