Megabit / Blazorise

Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.
https://blazorise.com/
Other
3.18k stars 517 forks source link

[Bug]: Closing badges within modal closes the modal #5522

Closed pamcpd closed 1 month ago

pamcpd commented 1 month ago

Blazorise Version

1.5.2

What Blazorise provider are you running on?

Tailwind

Link to minimal reproduction or a simple code snippet

https://github.com/pamcpd/BlazoriseModalBadgeTest

Steps to reproduce

Launch Modal. Click a badge to close the badge (either standalone or within multi-select autocomplete component). Modal closes.

What is expected?

Expect badge to close or, in multi-select Autocomplete, expect item to be removed from selected list.

What is actually happening?

Modal closes.

What browsers do you see the problem on?

Chrome

Any additional comments?

In multi-select Autocomplete, can remove selections by backspace without closing modal.