为了账号安全,请及时绑定邮箱和手机立即绑定

ionic3中 input怎么获取焦点

ionic3中 input怎么获取焦点

慕虎7371278 2019-02-15 19:54:21
ionic3中 input怎么获取焦点<input type="search" placeholder="请输入关键字,以便查询相关信息" [(ngModel)]="myInput" class="search" (ngModelChange)="onInput()">import { Component,ElementRef } from '@angular/core';export class AddBankcardPage{ private ab;//申明 constructor( public ele:ElementRef){  this.ab=this.ele.nativeElement.querySelector('.search'); console.log("------------"+this.ab); //获取不到dom this.ab.focus();}}
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 883 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信