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

show placeholder when ng-disabled="true" and used multiple #1156

Closed
trantrunghieu0809 opened this issue Aug 20, 2015 · 5 comments
Closed

show placeholder when ng-disabled="true" and used multiple #1156

trantrunghieu0809 opened this issue Aug 20, 2015 · 5 comments

Comments

@trantrunghieu0809
Copy link

show placeholder when ng-disabled="true" and used multiple

help me !

@trantrunghieu0809
Copy link
Author

I trying to show placeholder when ng-disabled="true" and used multiple. can someone help me?

@aliig
Copy link

aliig commented Nov 15, 2015

@dtagdev1 Hey, did you find a workaround for this problem? I've been running into it too.

@jziggas
Copy link

jziggas commented Feb 25, 2016

This seemed to work for me:

.ui-select-multiple.ui-select-bootstrap > div > input.ui-select-search[disabled] {
    display: initial !important;
    cursor: not-allowed;
}

@trantrunghieu0809
Copy link
Author

@jziggas awesome, thank you !

@user378230
Copy link
Contributor

No plunkr provided to test against but I believe this is now resolved in master (currently v0.19.6)

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

5 participants