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

Removing a selected item does not work when whole field isn't rendered in viewport #1719

Open
arnaudbroes opened this issue Sep 8, 2023 · 0 comments

Comments

@arnaudbroes
Copy link

Reproduction Link

I couldn't reproduce this with version 2; just with the Vue 3 beta version and I'm not sure how to set that up in a JSFiddle.

We recorded a video here of the behaviour - https://a.supportally.com/v/V6T8DH

Steps to reproduce

Create a multiselect field with a bunch of options and make it searchable. Then, select a bunch of items until the field doesn't fully fit into the viewport anymore (you can easily achieve this by shrinking the window size).

Then, remove an item. Instead of removing it, it will jump down to the search field.

Expected behaviour

The item should be removed.

Actual behaviour

The item is not removed and the focus jumps to the search field at the bottom.

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

No branches or pull requests

1 participant