mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Fixed #5744 - Deprecated: InputChips
This commit is contained in:
parent
d75d9f9f3f
commit
446f7380dd
6 changed files with 98 additions and 25 deletions
|
@ -3,7 +3,9 @@
|
|||
<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