v-hotkey icon indicating copy to clipboard operation
v-hotkey copied to clipboard

FORBIDDEN_NODES should be optional

Open vikyd opened this issue 4 years ago • 2 comments

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?

vikyd avatar Mar 16 '21 07:03 vikyd

Checkout #42

zcuric avatar Mar 16 '21 08:03 zcuric

Is there a timeline for when this might be officially released?

mrloud avatar Apr 15 '21 14:04 mrloud