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 11{
22 "name" : " angular-2-dropdown-multiselect" ,
3- "version" : " 1.0.4 " ,
3+ "version" : " 1.0.5 " ,
44 "description" : " Customizable dropdown multiselect in Angular 2 with bootstrap css." ,
55 "main" : " src/multiselect-dropdown.ts" ,
66 "repository" : {
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ export class MultiSelectSearchFilter implements PipeTransform {
9797 <div class="input-group input-group-sm">
9898 <span class="input-group-addon" id="sizing-addon3"><i class="fa fa-search"></i></span>
9999 <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}" >
101101 <span class="input-group-btn" *ngIf="searchFilterText.length > 0">
102102 <button class="btn btn-default btn-secondary" type="button" (click)="clearSearch($event)"><i class="fa fa-times"></i></button>
103103 </span>
You can’t perform that action at this time.
0 commit comments