Closed Cadeniuc closed 7 months ago
@iamstevendao help plase!!!
hi guys, you can customise its style using vti__search_box
class, or hide it using dropdownOptions.showSearchBox: false
<input
v-if="dropdownOptions.showSearchBox"
class="vti__input vti__search_box"
aria-label="Search by country name or country code"
:placeholder="sortedCountries.length ? sortedCountries[0].name : ''"
type="text"
v-model="data.searchQuery"
@click.stop
/>
hi @iamstevendao, I meant to change placeholder not to hide it(
hi @iamstevendao, I meant to change the placeholder not hide it(
Hey @Cadeniuc, has the issue been fixed? I'm facing the same problem where the placeholder isn't overriding.
Hi guys, How I can to change the placeholder for dropdown search box ?
Thanks