Skip to content

FORBIDDEN_NODES should be optional #43

Open
@vikyd

Description

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?

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions