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(tag): tag should be same type as items #322

Merged
merged 4 commits into from
Mar 6, 2018
Merged

Conversation

varnastadeus
Copy link
Member

fixes #315

@varnastadeus varnastadeus requested a review from anjmao March 6, 2018 11:31
@@ -126,6 +126,7 @@ export class NgSelectComponent implements OnDestroy, OnChanges, AfterViewInit, C
private _defaultLabel = 'label';
private _defaultValue = 'value';
private _typeaheadLoading = false;
private _simple: boolean;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rename to _isPrimitive

Copy link
Member

@anjmao anjmao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@varnastadeus varnastadeus merged commit 25a3245 into master Mar 6, 2018
@varnastadeus varnastadeus deleted the simple-tagging-fix branch March 6, 2018 14:04
@coveralls
Copy link

coveralls commented Mar 7, 2018

Coverage Status

Coverage decreased (-0.03%) to 92.023% when pulling 4181780 on simple-tagging-fix into 3525787 on master.

jakemdunn pushed a commit to jakemdunn/ng-select that referenced this pull request Oct 16, 2018
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.

addTag adds an object not a string?
3 participants