Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FORBIDDEN_NODES should be optional #43

Open
vikyd opened this issue Mar 16, 2021 · 2 comments
Open

FORBIDDEN_NODES should be optional #43

vikyd opened this issue Mar 16, 2021 · 2 comments

Comments

@vikyd
Copy link

vikyd commented Mar 16, 2021

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?

@zcuric
Copy link
Collaborator

zcuric commented Mar 16, 2021

Checkout #42

@mrloud
Copy link

mrloud commented Apr 15, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants