Input frame handwriting input method when entering text, the value cannot be entered into input.

clipboard.png

clipboard.png

handwritten input method input box cannot get the input value


//inputvalue
   input.oninput = function(){
      console.log(this.value);
   }
Menu