Skip to content

Commit

Permalink
Merge pull request #14 from alexandrupaul7/scroll-flashes
Browse files Browse the repository at this point in the history
Horizontal scroll flash issue
  • Loading branch information
macjohnny authored Mar 23, 2018
2 parents 350ccf4 + 445aa40 commit 5ef3269
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 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.0.3

* Enhancement: prevent scrollbar flashing when opening / closing [#2](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/2)

Thanks to @alexandrupaul7

## 1.0.2

* Enhancement: disable autocomplete for search input field [#5](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/5)
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.

8 changes: 4 additions & 4 deletions 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.0.2",
"version": "1.0.3",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down Expand Up @@ -33,9 +33,9 @@
],
"homepage": "https://github.com/bithost-gmbh/ngx-mat-select-search",
"peerDependencies": {
"@angular/core": "^5.0.0",
"@angular/cdk": "^5.0.0",
"@angular/material": "^5.0.0",
"@angular/core": "^5.0.0 || ^6.0.0",
"@angular/cdk": "^5.0.0 || ^6.0.0",
"@angular/material": "^5.0.0 || ^6.0.0",
"rxjs": "^5.5.2"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions src/app/mat-select-search/mat-select-search.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ $multiple-check-width: 33px;
/* allow absolute positioning relative to outer options container */
transform: none !important;
max-height: 350px;
overflow-x:hidden;
}

.mat-select-search-input {
Expand Down

0 comments on commit 5ef3269

Please sign in to comment.