Input input box cannot enter content

< input type= "text" class= "input-phone" placeholder= "Please enter the cell phone number" VMI model = "mobile" maxlength= "11" style= "background-color:transparent;" / >
in Wechat, the finger can get the focus, but the content cannot be entered, and there is no problem on the PC. It"s strange that bug, doesn"t know how to start.

Apr.28,2021

there is only so little information that you cannot be prepared to infer the cause of the problem.

  1. you first try to remove the line vmurmodel = "mobile" and see
  2. if it is invalid, add a style to input -webkit-user-select:auto;user-select:auto;

is the introduction of Wechat's related js error report, and then I cannot enter the content here. As long as I comment out Wechat's service, I have been mistakenly thinking that there is something wrong with some of my methods or caused by vue's bug, and it is really important to correctly locate the problem.

Menu