Skip to content

Commit

Permalink
Changes options for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
ElijahFowler committed Oct 8, 2024
1 parent 3fb3b3a commit 5768b7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1>MultiSelect Demo</h1>
target: document.getElementById('multiSelect'), // where you want the component to render
props: {
// the options you want to choose from
options: ['Item 1', 'Item 2'],
options: options,
// the CSS classes on the input in the control
inputCssClass: 'form-control',
// the CSS classes on the selected option in the control
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1>MultiSelect Demo</h1>
target: document.getElementById('multiSelect'), // where you want the component to render
props: {
// the options you want to choose from
options: ['Item 1', 'Item 2'],
options: options,
// the CSS classes on the input in the control
inputCssClass: 'form-control',
// the CSS classes on the selected option in the control
Expand Down

0 comments on commit 5768b7b

Please sign in to comment.