leafer-ui
leafer-ui copied to clipboard
通过监听leafer点击事件实现Input自动获取焦点,移动端input 获取焦点后,不知道什么原因导致input触发blur事件
压缩包为vue工程源代码,代码中就一个页面,代码如下。通过监听rect 点击事件实现自动获取焦点
在PC端没问题,开发者工具打开移动端模式后或在真实手机上,自动聚焦后会因为某些不知道的原因导致input失去焦点
` <input ref="canvasInput1Ref" type="text" @blur="handle1Unfocus" @input="handleInputChange" />
`
收到