Skip to content

Commit

Permalink
fix: (Core) multi input tab index bug (#5012)
Browse files Browse the repository at this point in the history
* fix multi input tab index bug

* force build (tests pass locally)

* force build again (license/cla not working)
  • Loading branch information
mikerodonnell89 committed Apr 9, 2021
1 parent 9105f31 commit 36696c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/core/src/lib/multi-input/multi-input.component.html
Expand Up @@ -48,6 +48,7 @@
(moreClickedEvent)="_moreClicked()"
class="fd-multi-input-tokenizer-custom"
[class]="compact ? 'fd-multi-input-tokenizer-custom--compact' : ''"
tabindex="-1"
>
<fd-token
*ngFor="let token of selected"
Expand Down

0 comments on commit 36696c9

Please sign in to comment.