Skip to content

Commit

Permalink
Merge pull request #100 from bithost-gmbh/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
macjohnny authored Jan 14, 2019
2 parents b29e03b + 73e0627 commit 3a15d34
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.5.1
* Bugfix: Hide checkbox when placing `<ngx-mat-select-search>` inside a `<mat-option>` element
and with `<mat-select multi="true">` [#98](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/98)

Thanks to @jkhadivi for reporting

## 1.5.0
* Bugfix: Fix scroll issue in iOS [#70](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/70)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-mat-select-search",
"description": "Library that provides an angular component providing an input field for searching / filtering MatSelect options of the Angular Material library.",
"version": "1.5.0",
"version": "1.5.1",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
3 changes: 3 additions & 0 deletions src/app/mat-select-search/mat-select-search.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,7 @@ $multiple-check-width: 33px;
.mat-icon {
margin-right: 0px;
}
.mat-option-pseudo-checkbox {
display: none;
}
}

0 comments on commit 3a15d34

Please sign in to comment.