You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h4class="page-header">Component Settings <small>play around with the above vue-select</small></h4>
25
30
26
31
<divclass="row">
27
32
<divclass="col-md-6">
28
-
<h4>Todos:</h4>
29
-
<ul>
30
-
<li>Fix layout issue where selected tags & text input overflow outside <code>.dropdown</code>.</li>
31
-
<li>Clicking the 'caret' icon should toggle the dropdown.</li>
32
-
<li>Add boolean prop to disable search.</li>
33
-
<li>Add a 'simple' prop that disables search, and the selected 'tags'. Uses an active class on the selected item(s) while keeping the placeholder constant.</li>
<spanclass="help-block">Equivalent to the <code>multiple</code> attribute to a <code><select></code>. You'll want to clear any selections you have made before changing this option. It's not one that should be changed after render.</span>
39
+
</div>
40
+
41
+
<labelclass="control-label">Option Set Type</label><br>
<spanclass="help-block">The <code>options</code> property is watched for changes, and the value is reset anytime the options change. This is useful if you have multiple selection boxes that depend on its ancestors values.</span>
<spanclass="help-block">Equivalent to the <code>placeholder</code> attribute.</span>
50
66
</div>
51
-
52
-
53
-
<divclass="checkbox">
54
-
<labelclass="control-label">
55
-
<inputv-model="multiple"type="checkbox"> Multiple
56
-
</label>
57
-
<spanclass="help-block">Equivalent to the <code>multiple</code> attribute to a <code><select></code>. You'll want to clear any selections you have made before changing this option. It's not one that should be changed after render.</span>
58
-
</div>
59
-
60
-
<divclass="form-group">
61
-
62
-
</div>
63
67
</div>
64
68
</div>
65
69
66
-
<hr>
70
+
<!-- <h3>Todos:</h3>
71
+
<ul>
72
+
<li>Fix layout issue where selected tags & text input overflow outside <code>.dropdown</code>.</li>
73
+
<li>Clicking the 'caret' icon should toggle the dropdown.</li>
74
+
<li>Add boolean prop to disable search.</li>
75
+
<li>Add a 'simple' prop that disables search, and the selected 'tags'. Uses an active class on the selected item(s) while keeping the placeholder constant.</li>
0 commit comments