|
|
|
@ -726,6 +726,10 @@ export default {
|
|
|
|
return
|
|
|
|
return
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (this.inputMode && (this.isValueInput || this.isCheckboxInput || this.isSelectInput)) {
|
|
|
|
|
|
|
|
return
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
document.activeElement?.blur()
|
|
|
|
document.activeElement?.blur()
|
|
|
|
|
|
|
|
|
|
|
|
e.preventDefault()
|
|
|
|
e.preventDefault()
|
|
|
|
|