Does vue have a way to stop the phone's keyboard from popping up?

make a transfer interface!
in which the keyboard is a component written by yourself!
but when Input gets focus, the components written by yourself and the soft keyboard that comes with the phone are popped up together!

use readonly or document.activeElement.blur () , but the input box can"t get focus.
is there a way to have the best of both worlds?

Apr.01,2022

<div class="like-input"></div>
<input type="hidden"/>

Native keypad will not be triggered without using input [text].
use div to simulate a text box


Vue is fine. Describe it in detail

Menu