TPIvan
TPIvan
I have created a fork to test possibility of upgrade to VS 2022 - https://github.com/TPIvan/Ref12. And it is at least partial success. I have updated references to proper nuget packages...
One thing I forget to mention: the version is 2.0.0-beta4.22272.1 (last nuget).
I wanted to keep the issue report short, so I might have left out some key information. Here is a more detailed explanation: I have a grid with several columns,...
@jirikanda You might be right and I would be glad if I could avoid the ugly reflection based code. The challenge is that it still has to be done inside...
I was expecting that `` would disable all the components and I was surprised by the current behavior. I think that having some enabled elements in a disabled form is...
The presence of `collapsed ` css class is controlled by `Collapsed` property. private string GetCollapsedCssClass() => Collapsed ? "collapsed" : null; and onclik handler sets the property whenever the hamburger...
I think that a CSS only solution will be difficult (if possible), because after the sidebar is horizontally collapsed its state is changed and this state has to be responsively...
@crdo thanks for comment (https://github.com/havit/Havit.Blazor/issues/450#issuecomment-1457792243). I helped me to find a workaround for #449.
> @failwyn: “From 4.0, No division is performed outside of parens using / operator.” Should not be then marked division outside parentheses marked as error?
I have version 4.6.15 (installed yesterday). Applying the strategy through the attribute feels more like a workaround than a proper solution to me.