From 0e9e7f12e709b49821d9015196a96037fb00c1b3 Mon Sep 17 00:00:00 2001 From: Esteban Marin Date: Mon, 19 Mar 2018 21:55:38 +0100 Subject: [PATCH] #5: disable autocomplete --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- src/app/mat-select-search/mat-select-search.component.html | 1 + 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d11c4e6..84810bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 1b2f46e..80930be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ngx-mat-select-search", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d4a0cbb..3b8c25c 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/app/mat-select-search/mat-select-search.component.html b/src/app/mat-select-search/mat-select-search.component.html index 3289662..617a432 100755 --- a/src/app/mat-select-search/mat-select-search.component.html +++ b/src/app/mat-select-search/mat-select-search.component.html @@ -5,6 +5,7 @@ [ngClass]="{'mat-select-search-inner-multiple': matSelect.multiple}">