Skip to content

Commit

Permalink
Update demo dropdown-in-modal
Browse files Browse the repository at this point in the history
  • Loading branch information
acory committed Oct 30, 2017
1 parent 848ae7e commit f863259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/demo-in-modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<button on-click="openDialog">Open Etools Dialog</button>
<etools-dialog id="etoolsDialog" no-auto-focus="[[isIEBrowser()]]">
<h4>Single selection</h4>
<etools-single-selection-menu options="[[realOptions]]"></etools-single-selection-menu>
<etools-single-selection-menu options="[[realOptions]]" disable-on-focus-handling></etools-single-selection-menu>

<h4>Multi selection</h4>
<etools-multi-selection-menu options="[[realOptions]]"></etools-multi-selection-menu>
<etools-multi-selection-menu options="[[realOptions]]" disable-on-focus-handling></etools-multi-selection-menu>

<h4>Old esmm versions</h4>
<etools-searchable-multiselection-menu options="[[realOptions]]"></etools-searchable-multiselection-menu>
Expand Down

0 comments on commit f863259

Please sign in to comment.