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

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1bf733c-32052.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1bf733c-32052.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?