Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

Typeahead selected item missing in drop down list. #1681

Closed
hwangTPN opened this issue Jun 22, 2016 · 7 comments
Closed

Typeahead selected item missing in drop down list. #1681

hwangTPN opened this issue Jun 22, 2016 · 7 comments

Comments

@hwangTPN
Copy link

The issues forum is NOT for support requests. It is for bugs and feature requests only.
Please read https://github.com/angular-ui/ui-select/blob/master/CONTRIBUTING.md and search
existing issues (both open and closed) prior to opening any new issue and ensure you follow the instructions therein.

select an Item by using typeahead search. Click the ui-select field again. You will find that selected item hidden in dropdown (have checked the array.lenth, it is still in the list)

Version of Angular : 1.5.5, UI-Select: 0.18.0 (0.16.1 works)

Angular:

UI-Select:

Bootstrap/Select2/Selectize CSS (if applicable):

@allanpoppe
Copy link

allanpoppe commented Jun 23, 2016

I'm facing this issue too. @hwangTPN, have you found any workaround besides using 0.16.1?

@static-max
Copy link

Same for me, worked with 0.14.8 and stopped working after upgrading to 0.17.1

@ehsaanwelcome
Copy link

same for me

@hwangTPN
Copy link
Author

@allanpoppe not yet. I just downgraded to 0.16.1 as my feature is requested in rush.

@user378230
Copy link
Contributor

Possible duplicate #1672 ?

Please include a plunkr as requested in the issue template.

dondi added a commit to dondi/ui-select that referenced this issue Jun 27, 2016
Make sure that `removeSelected` only affects `multiple`s, include unit test, and add comment in demo examples.

Addresses angular-ui#1672 and possibly angular-ui#1681
@harry-kalligeros
Copy link

A quick workaround is to make your markup like this:
<ui-select remove-selected="false" .... >

@user378230
Copy link
Contributor

Assuming resolved as of v0.18.1

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

No branches or pull requests

6 participants