Ion-input are getting disabled

after wrong login input in input boxes. i am unable to click on input box. same for validation.once a validation message come. unable to click on input box.after few clicks i am able to do again edit the input.


cli packages: (C:\Users\DELL\AppData\Roaming\nvm\v8.9.0\node_modules)

    @ionic/cli-utils  : 1.18.0
    ionic (Ionic CLI) : 3.18.0

global packages:

    cordova (Cordova CLI) : 7.1.0

local packages:

    @ionic/app-scripts : 3.1.2
    Cordova Platforms  : android 6.3.0
    Ionic Framework    : ionic-angular 3.9.2

System:

    Android SDK Tools : 25.2.5
    Node              : v8.9.0
    npm               : 5.5.1
    OS                : Windows 10

I’m having the same issue. I have a simple form like this:

  <ion-item>
    <ion-label floating>email</ion-label>
    <ion-input type="email" [(ngModel)]="emailAddress"></ion-input>
  </ion-item>

  <ion-item>
    <ion-label floating>first name</ion-label>
    <ion-input type="text" [(ngModel)]="firstName"></ion-input>
  </ion-item>

  <ion-item>
    <ion-label floating>last name</ion-label>
    <ion-input type="text"  [(ngModel)]="lastName"></ion-input>
  </ion-item>


  <button ion-button  (click)="register()" block>register</button>
</ion-list>

Trying to change between inputs results in the inputs being disabled (not clickable anymore). It seems weird that we had never encountered this problem until yesterday.

Ionic info:
cli packages:

@ionic/cli-utils  : 1.18.0
ionic (Ionic CLI) : 3.18.0

global packages:

cordova (Cordova CLI) : 7.1.0

local packages:

@ionic/app-scripts : 3.0.0
Cordova Platforms  : android 6.2.3 ios 4.4.0
Ionic Framework    : ionic-angular 3.7.1

System:

Android SDK Tools : 25.2.3
Node              : v6.10.2
npm               : 5.2.0
OS                : Windows 10

follow this and share your issue in github