Multiselect disabled doc fixed
parent
85b59958f7
commit
27ca56111e
|
@ -2,7 +2,7 @@
|
||||||
<DocSectionText v-bind="$attrs">
|
<DocSectionText v-bind="$attrs">
|
||||||
<p>When <i>disabled</i> is present, the element cannot be edited and focused.</p>
|
<p>When <i>disabled</i> is present, the element cannot be edited and focused.</p>
|
||||||
</DocSectionText>
|
</DocSectionText>
|
||||||
<div class="flex justify-content-center">
|
<div class="card flex justify-content-center">
|
||||||
<MultiSelect disabled placeholder="Select Cities" class="w-full md:w-20rem" />
|
<MultiSelect disabled placeholder="Select Cities" class="w-full md:w-20rem" />
|
||||||
</div>
|
</div>
|
||||||
<DocSectionCode :code="code" />
|
<DocSectionCode :code="code" />
|
||||||
|
|
Loading…
Reference in New Issue