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

[Fix] Removing a multiselect filter #494

Merged

Conversation

satoved
Copy link
Contributor

@satoved satoved commented Oct 14, 2021

By default multiselect filter is set to empty array:

image

Then I select several values, and click a cross to remove the filter:

image

Expected result: I want the multiselect filter to be empty array again.

Issue: The mutliselect filter value becomes null:

image

And filter doesn't work anymore, cause array wire:model cannot work with null.

The pull request fixes that behavior.

@rappasoft rappasoft added the Awaiting Next Release Currently merged into development awaiting a release to master label Oct 14, 2021
@rappasoft rappasoft mentioned this pull request Oct 15, 2021
@rappasoft rappasoft merged commit 5095e2c into rappasoft:master Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting Next Release Currently merged into development awaiting a release to master
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants