v-hotkey
v-hotkey copied to clipboard
FORBIDDEN_NODES should be optional
from src/helper.js
const FORBIDDEN_NODES = ['INPUT', 'TEXTAREA', 'SELECT']
if (FORBIDDEN_NODES.includes(nodeName)) return
I want to enable v-hotkey shortcut in editable elements(like input, select, textarea).
Can this be a option instead of hard-coded?
Checkout #42
Is there a timeline for when this might be officially released?