Update MultipleDoc.vue
parent
446f7380dd
commit
066e92aa03
|
@ -3,9 +3,7 @@
|
|||
<p>Multiple mode is enabled using <i>multiple</i> property used to select more than one value from the autocomplete. In this case, value reference should be an array.</p>
|
||||
</DocSectionText>
|
||||
<div class="card p-fluid">
|
||||
{{ value }}
|
||||
<AutoComplete v-model="value" multiple :suggestions="items" @complete="search" />
|
||||
<AutoComplete v-model="value" :typeahead="false" :suggestions="items" @complete="search" />
|
||||
</div>
|
||||
<DocSectionCode :code="code" />
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue