File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-2-dropdown-multiselect" ,
3
- "version" : " 1.0.4 " ,
3
+ "version" : " 1.0.5 " ,
4
4
"description" : " Customizable dropdown multiselect in Angular 2 with bootstrap css." ,
5
5
"main" : " src/multiselect-dropdown.ts" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ export class MultiSelectSearchFilter implements PipeTransform {
97
97
<div class="input-group input-group-sm">
98
98
<span class="input-group-addon" id="sizing-addon3"><i class="fa fa-search"></i></span>
99
99
<input type="text" class="form-control" placeholder="{{ texts.searchPlaceholder }}"
100
- aria-describedby="sizing-addon3" [(ngModel)]="searchFilterText">
100
+ aria-describedby="sizing-addon3" [(ngModel)]="searchFilterText" [ngModelOptions]="{standalone: true}" >
101
101
<span class="input-group-btn" *ngIf="searchFilterText.length > 0">
102
102
<button class="btn btn-default btn-secondary" type="button" (click)="clearSearch($event)"><i class="fa fa-times"></i></button>
103
103
</span>
You can’t perform that action at this time.
0 commit comments