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 (); }
Software Developer