Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shortcut #8

Open
PierreBrisorgueil opened this issue Feb 18, 2016 · 1 comment
Open

Shortcut #8

PierreBrisorgueil opened this issue Feb 18, 2016 · 1 comment

Comments

@PierreBrisorgueil
Copy link

Hello,

I tested this component today. Thank you very much for the work , I tried to incorporate a debounce with typeahead hand , this much simplified the work !

However, I encounter a small problem, all shortcuts not working for me (up down ...). Whether in your example, or in my project . Furthermore the popup does not disappear .

I am the only one ? Will I miss something?

{{input class="typeahead" placeholder=placeHolderText value=query}}
<span class="tt-dropdown-menu" {{bind-attr style=suggestStyles}}>
  <div class="tt-dataset-states">
    <span class="tt-suggestions" style="display: block;">
      {{#each result in suggestions}}
        <div {{bind-attr class=":tt-suggestion result.highlight:tt-cursor"}} {{action 'selectItem' result }}>
          <p style="white-space: normal;">{{result}}</p>
        </div>
      {{/each}}
    </span>
  </div>
</span>

PS : in the example repo, you must fix Jquery version :) (Uncaught Error: Could not find module ember)
PS 2 : ember 1.13.8

@PierreBrisorgueil
Copy link
Author

Hi problem fix.

There was a problem on import of the two mixins .., it was a quick fix, however I had to add a lot of things for that key management is done well !

Thank you for everything ! 👍

sorry for inconvenience, you can close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant