Dropdown focus lost on SelectAll

Hi,
when clicking "Select all" in a RadzenDropdown, it looses focus. When selecting items one by one it works fine and form field stays focused. Do you know this issue? How can I prevent this from happening?

<RadzenFormField Text="@Captions.Status" >
				<RadzenDropDown @bind-Value=@Filter.SelectedStatuses
								SelectAllText="@Captions.SelectAll"
								Data=@statuses
								ValueProperty="Value"
								TextProperty="Text"
								Multiple=true
								MaxSelectedLabels=2 />
</RadzenFormField>

You can observe this issue on demo page as well

It will be fixed in our next update:

1 Like