Skip to content

Commit

Permalink
fix: update class sortable to attribute sortable
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Mar 18, 2022
1 parent 65b4c0c commit bf80157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<form class="margin:20px" collection="module_activities">

------------ Single Options ------------
<cocreate-select class="sortable floating-label"
<cocreate-select sortable class="floating-label"
collection="test"
document_id="5e8ff00e8c3af32574df80cb"
name="selectField4"
Expand All @@ -48,7 +48,7 @@ <h3 >vale 3</h3>
</cocreate-select>

------------ Multiple Options ------------
<cocreate-select class="floating-label sortable" multiple
<cocreate-select class="floating-label " sortable multiple
realtime="false"
collection="test"
document_id="5e9531b3a762440eed55c2ed"
Expand Down

0 comments on commit bf80157

Please sign in to comment.