Skip to content
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

Allow select component disable autocomplete for input tag #1351

Closed
academici opened this issue Oct 13, 2021 · 1 comment
Closed

Allow select component disable autocomplete for input tag #1351

academici opened this issue Oct 13, 2021 · 1 comment
Assignees
Labels
feature request New feature or request

Comments

@academici
Copy link

This function solves the problem (这个功能解决的问题)

For remote loading of data, on input the focus is showing browser autocomplete popup over component search results

Expected API (期望的 API)

<n-select
v-model:value="form.city_id"
placeholder="Choose city"
:options="citiesFilteredOptions"
filterable
clearable
remote
@search="handleCitySearch"
input-attributes="{autocomplete: 'off'}"
:input-autocomplete="false"
/>

@github-actions github-actions bot added the feature request New feature or request label Oct 13, 2021
@07akioni
Copy link
Collaborator

Will do.

@07akioni 07akioni self-assigned this Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants