Gbuomprisco / ngx-chips

Tag Input component for Angular
MIT License
902 stars 359 forks source link

Autocomplete items doesn't work #847

Open eromanenko opened 5 years ago

eromanenko commented 5 years ago

Autocomplete items doesn't work even on the official demo page https://angular-mfppay.stackblitz.io/

Current behavior After user clicked on suggested item it didn't appear within an input.

Expected behavior Item should appear after user's interaction.

Minimal reproduction of the problem with instructions (if applicable) 1) Go to the official demo page, 2) focus the last example 3) enter "ite" (suggestions' popup appears) 4) click any of item

What do you use to build your app?. Please specify the version https://angular-mfppay.stackblitz.io/ Google Chrome 71.0.3578.98 Windows 10 pro

nik0ala commented 5 years ago

I think it's not the Autocomplete feature the problem but the onAdding with Observable. Since yesterday I work with an autocomplete, today I try with the onAdding triggering but doesn't work.

Edit : And I think it's probably with the confirm window. My problem was solved by doesn't use the confirmation popup.