Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4829

Using ember-keyboard with ember-paper

$
0
0

@GELight wrote:

Hi,

We using ember-paper for our UI and currently I search an good addon to use keyboard shortcuts. Therefore I test the addon “ember-keyboard” ( https://www.npmjs.com/package/ember-keyboard ) but the problem here is the using of the addon within “intputs” or “textareas” because ember-paper do not use the ember input/textarea components. Ember paper renders native html like this:

<input ...... />
<textarea ...... />...</textarea>

The problem is that my defined route events are also active in a input field with focus.

EDIT: Same problem by using the “ember-keyboard-shortcuts” addon. I don’t know what I have to do to use a route shortcut like “h” in my application which is not active within a focused input field.

Greetings, Mario

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4829

Trending Articles