Vue项目中input框focus时不调出键盘,亲测有效

在移动端,实现input框获得焦点的同时不会唤起手机键盘。亲测有效

 
 showcountF(){
      this.showcount=true;
       this.$refs.address.setAttribute('readonly', 'readonly');
    },

 

你可能感兴趣的:(Vue项目中input框focus时不调出键盘,亲测有效)