mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
@@ -71,7 +71,7 @@ export class TextInput extends IonInput {
|
||||
app: IonicApp,
|
||||
config: IonicConfig
|
||||
) {
|
||||
super(elementRef, config, app, scrollView);
|
||||
super(elementRef, app, scrollView);
|
||||
|
||||
if (container) {
|
||||
container.registerInput(this);
|
||||
|
||||
Reference in New Issue
Block a user