Unplanned
Last Updated: 21 Mar 2023 07:22 by Alex
Created by: n/a
Comments: 1
Category: SplitButton
Type: Feature Request
8
I'd like to be able to programmatically open/close the popup of the SplitButton. For example, open it on click of the main button.
Completed
Last Updated: 01 Mar 2023 09:13 by ADMIN
Release 4.0.0 (18 Jan 2023) (R1 2023)

I recently upgraded the target framework to .NET 7 and the UI for Blazor package to 3.7. With this configuration in my WASM app, it looks like the OnClick event for the child buttons is sometimes not fired. It happens occasionally and not for all child buttons.

===

ADMIN EDIT

===

Last working version: UI for Blazor 3.6.1. and .NET 6. You may revert to that configuration until the fix is live.

 

Unplanned
Last Updated: 07 May 2022 10:14 by n/a
Created by: n/a
Comments: 0
Category: SplitButton
Type: Feature Request
2

This will make it easier to have a dynamic list of options whose order can be preserved.

Otherwise, you need to use conditional markup (which puts newly made visible items at the end), or a @foreach over a descriptor model.