-
-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search Box placeholder #445
Comments
@iamstevendao help plase!!! |
hi guys, you can customise its style using <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( |
Hey @Cadeniuc, has the issue been fixed? I'm facing the same problem where the placeholder isn't overriding. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi guys,

How I can to change the placeholder for dropdown search box ?
Thanks
The text was updated successfully, but these errors were encountered: