Multiselect disabled doc fixed

pull/3774/merge
Bahadır Sofuoğlu 2023-03-20 15:21:17 +03:00
parent 85b59958f7
commit 27ca56111e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<DocSectionText v-bind="$attrs">
<p>When <i>disabled</i> is present, the element cannot be edited and focused.</p>
</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" />
</div>
<DocSectionCode :code="code" />