Skip to content

Keyboard component input issue #4

@OliverCullimore

Description

@OliverCullimore

I've noticed the Keyboard component's input back function (to return focus to the parent) deletes the last character added to the input on closing (with the example code in Home.js).

A potential fix is removing the event being passed back if this won't cause any unforeseen issues:

back() {
  this.parent.$focus()
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions