目前 input 的 confirm-type 只支持 text,能否适配其他 type,如:number,digit,以满足需要大量输入数字的表单环境
或者让 input 切换焦点的时候输入法不重置也行:https://developers.weixin.qq.com/community/develop/doc/0000aebf8acc2812fceb162b452800
目前 input 的 confirm-type 只支持 text,能否适配其他 type,如:number,digit,以满足需要大量输入数字的表单环境
或者让 input 切换焦点的时候输入法不重置也行:https://developers.weixin.qq.com/community/develop/doc/0000aebf8acc2812fceb162b452800
1 个回答
曲线救火,你可用这个,直接获取下一个input焦点,不把键盘放下去就行了