Autocomplete dropdown doesn't appear anymore.
See original GitHub issueI’m submitting a …
[x] bug report
[ ] support request/question
Notice: feature requests will be ignored, submit a PR if you'd like
Current behavior I recently migrated my app to angular 4, so I replaced ng2-tag-input with ngx-chips. I use the autocomplete dropdown, but it doesn’t appear anymore.
Expected behavior The autocomplete dropdown should appear.
Minimal reproduction of the problem with instructions (if applicable) By cloning the project ngx-chips and trying the demo, I obtain following behavior : at beginning the autocomplete appears normally. But if I focus to an other page and if I go again to the app, it doesn’t work anymore. On my own project, the dropdown doesn’t appears at the beginning.
What do you use to build your app?. Please specify the version Webpack
Angular version: 4.3 or more
ngx-chips version: 1.5.3
Browser: all
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Autocomplete textbox's dropdown is not appearing below texbox
I am following this site to create autocomplete textbox but the dropdown is not appearing below the texbox instead apearing on top-left of ......
Read more >AutoComplete not working correctly - Outlook - Microsoft Learn
Check to see if AutoComplete is turned on · In Outlook, select File > Options. · Select the Mail tab. · Scroll roughly...
Read more >Upgrade jQuery UI to v.1.12.0, autocomplete doesn't show ...
I upgrade jQuery UI to v1.12.0 recently. Everything works fine, except autocomplete doesn't show dropdown menu anymore.
Read more >How to turn off form autocompletion - Web security | MDN
This article explains how a website can disable autocomplete for form ... Purpose does not require that autocomplete/autofill actually work ...
Read more >Autocomplete - Orbeon Forms
[SINCE 2019.1] This component is deprecated and we recommend you update your forms to use the new dynamic dropdown, as the autocomplete control...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Do you have a plunker or somewhat with your package? I don’t know how to use a package on plunker.
More precisions after some tests: I use an autocompleteObservable. But when I tried with a simple array using autocompleteItems I have no problem. Did you changed the using of autocompleteObservable? (When I read the doc it seems that you don’t, but I don’t know why it doesn’t work anymore like before I migrate to ng4.)
create a new ticket as it is a different issue altogether I think