Skip to content

input.error #1

@ghost

Description

make it when you press 'enter' on the input it enters the field.
You can do this easy by installing the package(.file.json.request) keypress with node
then do this,

const key = require('keypress');
key.onclick({
  let press = new key.html('input')
  .pressKey('enter')
  .runFunction('addQuote()');
  key.onPress(press);
});

Metadata

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