Greentube / ngx-typeahead

Typeahead multi-select dropdown component for angular. Demo:
https://greentube.github.io/ngx-typeahead/demo
MIT License
22 stars 11 forks source link

Single-fixed and multi-fixed components remove selection when space key is pressed #5

Closed vcalexa closed 6 years ago

vcalexa commented 6 years ago

Steps to reproduce:

  1. Select any option from the single fixed component(e.g. Skiing)
  2. Press the space key once
  3. Click anywhere outside the component

Actual behavior: the initial selection is removed Expected: Space key should have no effect

This also occurs on the multi-fixed component

meeroslav commented 6 years ago

This is actually trimming of space on focus-out