Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add typeahead css class binding on host #92

Merged
merged 3 commits into from
Oct 20, 2017
Merged

Conversation

anjmao
Copy link
Member

@anjmao anjmao commented Oct 20, 2017

fixes #81

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.01%) to 88.228% when pulling 04dcddb on add-more-css-classes into 6a1ede6 on master.

@anjmao
Copy link
Member Author

anjmao commented Oct 20, 2017

Example for showing placeholder when dropdown is opened and typeahead is used

ng-select.typeahead.opened .ng-placeholder {
   display: block !important;
}

ng-select.typeahead.opened .ng-value {
   display: none !important;
}

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.01%) to 88.228% when pulling dbf1ac3 on add-more-css-classes into 6a1ede6 on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.01%) to 88.228% when pulling 57463a4 on add-more-css-classes into 6a1ede6 on master.

@anjmao anjmao merged commit 51d7036 into master Oct 20, 2017
@anjmao anjmao deleted the add-more-css-classes branch October 20, 2017 17:49
jakemdunn pushed a commit to jakemdunn/ng-select that referenced this pull request Oct 16, 2018
* fix: add typeahead css class binding on host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Show placeholder when field is active?
2 participants