Skip to content

Commit

Permalink
[PR] FIX CLEAR ISSUE ON ENTER ON SAM AUTO COMPLETE (#526)
Browse files Browse the repository at this point in the history
* Update sidenav.component.ts

Adding Nav Service to Isolate Nav component with each service

* fix clear issue on autocomplete

* revert sidenav change
  • Loading branch information
CharanMareedu-REISys authored Nov 9, 2020
1 parent 8d2a8fe commit bda7061
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
class="sds-tag__close close_button"
(click)="removeItem(result)"
(keyup.enter)="removeItem(result)"
type="button"
>
<span [attr.class]="'fa fa-sm fa-close'"></span>
</button>
Expand Down

0 comments on commit bda7061

Please sign in to comment.