Skip to content

Commit

Permalink
Fixed #2145 - MultiSelect | Filter autocomplete attribute support
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Feb 11, 2022
1 parent 23fb7f8 commit 47071f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/multiselect/MultiSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</div>
</div>
<div v-if="filter" class="p-multiselect-filter-container">
<input type="text" ref="filterInput" v-model="filterValue" class="p-multiselect-filter p-inputtext p-component" :placeholder="filterPlaceholder" @input="onFilterChange">
<input type="text" ref="filterInput" v-model="filterValue" autoComplete="on" class="p-multiselect-filter p-inputtext p-component" :placeholder="filterPlaceholder" @input="onFilterChange">
<span class="p-multiselect-filter-icon pi pi-search"></span>
</div>
<button class="p-multiselect-close p-link" @click="onCloseClick" type="button" v-ripple>
Expand Down

0 comments on commit 47071f3

Please sign in to comment.