fix input mode

pull/696/head
Pete Matsyburka 1 month ago
parent ee3f47d918
commit f19e037011

@ -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()

Loading…
Cancel
Save