Mladen Macanović
Mladen Macanović
This is one of the problems that we still have to figure out how to handle properly. Our default rule is to apply styles to the component's main element. Usually,...
They're made with `5.15.x` in mind, so that one should work. We can start thinking of adding additional icons in the future milestone.
Since strongly types are not going to work then the only other way is to use it like ``` ```
Yes, I remember. I think Steve's solution was more for events that don't trigger re-render.
You're right. `StateHasChanged` is needed for regular events.
One of my team members was able to track down the cause by using an older version of the library and slowly moving up, starting from v4.5.4. After comparing between...
Just to let you know. We're using this with Blazor JSInterop and importing it into the browser. No nodejs, babel, webpack. or anything else. You can see it in action...
Unfortunately there is not much we can do at the moment. To calculate the sidebar width and collapse state we need to know the actual window size. And to get...
We could consider adding an overload for the update method. But it can take some time until we release it. Can you try disabling the animation with options? ```cs ChartOptions...
The new component can be done as an extension, as part of the `Blazorise.Components`. It can look similar to the SF 