How to prevent the keyboard from popping up on the mobile side of the input box of the element-ui time selector

is not the input box of the outermost el-input tag. I have dealt with that tag in the @ focus event. I have clicked on the two input boxes in the page that popped up in the input box. How can I bind the focus event to these two input boxes?

clipboard.png

Mar.25,2021

< el-date-picker: editable= "false" > < / el-date-picker >
add an editable= "false"
official description whether you can enter content in the time selection box


I also encountered this problem. Have you solved this problem


I also encountered this problem: editable= "false" cannot prohibit popping up keyboard when selecting time

.
Menu