Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add an option to enable, Show All Selection when clicked Auto Complete input. #1292

Closed
JenuelDev opened this issue Oct 7, 2021 · 1 comment · Fixed by #1318
Closed

Add an option to enable, Show All Selection when clicked Auto Complete input. #1292

JenuelDev opened this issue Oct 7, 2021 · 1 comment · Fixed by #1318
Labels
feature request New feature or request

Comments

@JenuelDev
Copy link

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

is their a way to show all selection if I clicked on the auto complete input?
image

Expected API (期望的 API)

Maybe add a prop called "showOnFocus"/"showOptionOnFocus" that accepts boolean. default for false.

<NAutoComplete :showOnFocus="true" :options="options" v-model:value="value" placeholder="Write Book Name" :on-select="selectOption"  />
@github-actions github-actions bot added the feature request New feature or request label Oct 7, 2021
@07akioni
Copy link
Collaborator

07akioni commented Oct 7, 2021

Will do

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
feature request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants