Skip to content

Commit

Permalink
docs: multi input markup update (#2048)
Browse files Browse the repository at this point in the history
* docs: Update multi input markup

* update tests
  • Loading branch information
JKMarkowski committed Jan 14, 2021
1 parent 46216bc commit 477b456
Show file tree
Hide file tree
Showing 4 changed files with 1,682 additions and 1,281 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3096,19 +3096,25 @@ exports[`Storyshots Patterns/Multi ComboBox Read Only And Disabled 1`] = `


<span
aria-hidden="true"
class="fd-tokenizer__indicator"
fd-popover__body"=""
id="F4GcX34Xa"
role="button>
4 more
</span>
</div>
<div class="
role="button"
>


4 more

</span>


</div>


<div
aria-hidden="true"
class="fd-popover__body"
id="F4GcX34Xa"
>


</div>


Expand Down
4 changes: 2 additions & 2 deletions stories/multi-combo-box/multi-combo-box.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ export const readOnlyAndDisabled = () => `<div class="fd-container">
<span class="fd-tokenizer__indicator">
<div class="fd-popover">
<div class="fd-popover__control fd-input-group__control" aria-controls="F4GcX34Xa" aria-expanded="false" aria-haspopup="true" aria-label="multi combobox">
<span class="fd-tokenizer__indicator" role="button>
<span class="fd-tokenizer__indicator" role="button">
4 more
</span>
</div>
Expand Down Expand Up @@ -995,7 +995,7 @@ export const twoColumnComboBox = () => ` <div style="height: 350px;">
<span class="fd-list__footer fd-list__footer--right">
<a class="fd-link" role="button" >Show All</a>
</span>
</div
</div>
</div>
</div>
`;
Expand Down

0 comments on commit 477b456

Please sign in to comment.