Skip to content

Commit

Permalink
Make dropdown test pass
Browse files Browse the repository at this point in the history
@dlasky , please be advised (hopefully this was the intent of the `update-selection` attribute/property)
  • Loading branch information
jcmoore authored Nov 15, 2016
1 parent c7983bb commit d042f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/strand-dropdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<strand-list-item value="item05">strand-list-item 05</strand-list-item>
</strand-dropdown>

<strand-dropdown id="ddlData2" max-items="10" placeholder="Some Longer Label" value="1"></strand-dropdown>
<strand-dropdown id="ddlData2" update-selection max-items="10" placeholder="Some Longer Label" value="1"></strand-dropdown>

<script type="text/javascript">

Expand Down

0 comments on commit d042f36

Please sign in to comment.