Skip to content

Commit

Permalink
fix(ui5-multi-input): fix DOM structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 committed Feb 17, 2021
1 parent efc3dd1 commit 7165798
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/main/src/MultiInput.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{{>include "./Input.hbs"}}
<span id="{{_id}}-hiddenText-nMore" class="ui5-hidden-text">{{_tokensCountText}}</span>

{{#*inline "preContent"}}
<span id="{{_id}}-hiddenText-nMore" class="ui5-hidden-text">{{_tokensCountText}}</span>
<ui5-tokenizer
class="ui5-multi-input-tokenizer"
.morePopoverOpener={{this}}
Expand Down

0 comments on commit 7165798

Please sign in to comment.