Skip to content

Shortcut #8

@PierreBrisorgueil

Description

@PierreBrisorgueil

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

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