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

Clear not working with :multiple option #1807

Open
jmblueshield opened this issue Nov 14, 2023 · 0 comments
Open

Clear not working with :multiple option #1807

jmblueshield opened this issue Nov 14, 2023 · 0 comments
Labels

Comments

@jmblueshield
Copy link

Describe the bug
When you enter a search term in a drop down box and do not select anything when you click out of the box the box clears. This is the expected behavior and it is working.

But when you add the :multiple="true" option the box no longer clears.

Expected behavior
When using the :multiple option the dropdown box should still clear when you enter a search term, do not select anything, and then click out of the box.

Screenshots
class="select-max-width multi-select-code"
:options-ref="{ options: procedureCodes, search: searchProcedureCodes }"
label="code"
:reduce="filter => filter.id"
:multiple="true"
data-qa-id="select-procedureCode"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant