vazco / meteor-universe-autoform-select

Meteor universe autoform select
MIT License
16 stars 10 forks source link

Some problem with "arrow and tap key". #24

Closed thearabbit closed 8 years ago

thearabbit commented 8 years ago

The first thanks for your package to help me a lot. Now it work for arrow key to select item list, but:

2016-02-02_21-26-33

  1. If my mouse pointer is on "0004: B", so we can't arrow key on this.
  2. When I selected item already, we can't use tap key to next input.
  3. we can't use arrow key (-> next) to reopen the select.
MichalW commented 8 years ago

I commited fix for this

thearabbit commented 8 years ago

Now work fine for arrow key. But still problem with tap key to next input. It is always reactive value when we use arrow key to select the item, I think that it should be on enter/selected.

MichalW commented 8 years ago

You mean tab key? tab-key

thearabbit commented 8 years ago

That right, key tap to next input!

MichalW commented 8 years ago

It works well for me. Can you pase an example?

thearabbit commented 8 years ago

Thanks for your helping, I close this.