Update placeholder

pull/132/head
cagataycivici 2019-12-30 09:54:15 +03:00
parent b2415a18f5
commit 80da36e201
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<span style="marginLeft: .5em">Country: {{selectedCountry || 'none'}}</span>
<h3>Dropdown and Templating</h3>
<AutoComplete v-model="brand" :suggestions="filteredBrands" @complete="searchBrand($event)" placeholder="Hint: type 'v' or 'f'" :dropdown="true">
<AutoComplete v-model="brand" :suggestions="filteredBrands" @complete="searchBrand($event)" placeholder="Search car brands" :dropdown="true">
<template #item="slotProps">
<div class="p-clearfix p-autocomplete-brand-item">
<img :alt="slotProps.item" :src="'demo/images/car/' + slotProps.item + '.png'" />