Skip to content

Commit

Permalink
fix(module:select): fix multiple select width (NG-ZORRO#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
vthinkxie committed Nov 16, 2017
1 parent 32ae8cc commit 2a2d7a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/select/nz-select.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ import { NzLocaleService } from '../locale/index';
[(ngModel)]="_searchText"
(ngModelChange)="updateFilterOption();onSearchChange($event);"
(keydown)="updateWidth(searchInput,_searchText)"
(input)="updateWidth(searchInput,_searchText)"
(blur)="onTouched()"
#searchInput>
<span class="ant-select-search__field__mirror"></span></div>
Expand Down

0 comments on commit 2a2d7a6

Please sign in to comment.