Java Script sample code

1- Heiglight text when user click on input

<ion-input (click) ="onClick($event)></ion-input>

 onClick(nativeEl){  
    nativeEl.target.autofocus=true;
    nativeEl.target.select();
  }

Comments

Popular posts from this blog

Another user has changed the row with primary key oracle.jbo.Key[12 ].

Working With File Throgh WebUtill

setDomainEnv file in weblogic