mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Update MultipleDoc.vue
This commit is contained in:
parent
446f7380dd
commit
066e92aa03
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue