fix input mode

This commit is contained in:
Pete Matsyburka
2026-06-27 19:02:18 +03:00
parent ee3f47d918
commit f19e037011
+4
View File
@@ -726,6 +726,10 @@ export default {
return
}
if (this.inputMode && (this.isValueInput || this.isCheckboxInput || this.isSelectInput)) {
return
}
document.activeElement?.blur()
e.preventDefault()