Skip to content

Commit

Permalink
multiselect demo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zraly committed Feb 10, 2023
1 parent e7598f6 commit da2043b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/multiselect/variations/default/html.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div x-data="multiselect">
<select multiple x-data="multiselect">
<select multiple>
<optgroup label="Names">
<option value="John">John</option>
<option value="Peter">Peter</option>
Expand Down

0 comments on commit da2043b

Please sign in to comment.