Skip to content

Commit

Permalink
multi-drop : down changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rashmithakkar committed Apr 9, 2020
1 parent 80480f4 commit 2fd6d37
Show file tree
Hide file tree
Showing 2 changed files with 538 additions and 408 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
(blur)="onblur($event)" (focus)="onFocus(rootDiv)" (click)=" onDropDownClick($event)"
[attr.placeholder]="placeholder" [attr.readonly]="readonly ? true: null" [attr.disabled]="disabled ? true: null"
[required]="!allowblank" (keyup.end)="focusToLast($event)" (keyup)="onDropDownSearchKeyUp($event)"
(keyup.enter)="closeOnEScape($event)" />
(keyup.enter)="closeOnEScape($event)" (keyup.arrowup)="onArrowUp()" (keyup.arrowdown)="onArrowDown1()" />

<!-- (keyup.arrowup)="onArrowUp()" (keyup.arrowdown)="onArrowDown1()" -->
<span class="drodown-caret-down" role="listbox" [attr.aria-expanded]="showToolTip" (click)="onIconClick()">
<amexio-c-icon key="dropdown_caret" *ngIf="!maskloader"></amexio-c-icon>
<em class="fa fa-spinner fa-spin" *ngIf="maskloader"></em>
Expand Down
Loading

0 comments on commit 2fd6d37

Please sign in to comment.