Skip to content

Commit

Permalink
Merge pull request #13 from bithost-gmbh/feature/issue-5-disable-auto…
Browse files Browse the repository at this point in the history
…complete

#5: disable autocomplete
  • Loading branch information
macjohnny authored Mar 19, 2018
2 parents 5a61568 + 0e9e7f1 commit 350ccf4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.2

* Enhancement: disable autocomplete for search input field [#5](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/5)

## 1.0.1

* Bugfix: don't clear initial selection with `multi="true"` [#6](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/6)
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.0.1",
"version": "1.0.2",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
1 change: 1 addition & 0 deletions src/app/mat-select-search/mat-select-search.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[ngClass]="{'mat-select-search-inner-multiple': matSelect.multiple}">
<input matInput
class="mat-select-search-input"
autocomplete="off"
#searchSelectInput
(keydown)="_handleKeydown($event)"
(input)="onInputChange($event.target.value)"
Expand Down

0 comments on commit 350ccf4

Please sign in to comment.