Robert Haken

Results 232 comments of Robert Haken

@blanchardglen, do you have any alternative suggestions for the proposed PR aside from `pointer-events: none;`? I currently don't see it as the ideal solution, since we've encountered some issues related...

@crdo I'm able to reproduce the reported issue. The issue disappears when I force `:hover` on the `select` element: ![image](https://github.com/havit/Havit.Blazor/assets/12828888/414fbfda-66d3-44ad-a9ea-f07ccd102210)

![2024-02-13_10-24-36](https://github.com/havit/Havit.Blazor/assets/12828888/2e9c0e6c-60b1-4c90-9db3-88c4a6debc8b)

Iteration 1 - switched Blazor components to HTML elements (4.5.0-pre1)

This is a frequent challenge encountered when transitioning from plain HTML elements to Razor components, and unfortunately, there isn't a simple obvious solution. Have you come across any noteworthy implementations...

Bootstrap v5 currently doesn't include a specific 'sidebar' component. Your suggestion to introduce something like `HxSidebarDivider` for adding horizontal separators to the sidebar is quite interesting and could be a...

(Regarding the expansion, there is just the `ExpandOnMatch` parameter which currently allows you to expand the sidebar on first render when the URL matches.)

I successfully reproduced the issue reported (BlazorAppTest/HxGrid_Issue705_Test). ![2024-01-08_21-15-27](https://github.com/havit/Havit.Blazor/assets/12828888/29d8fe85-6f14-4140-bf58-e8fd73340155) It is a bug (possibly caused by the design of `HxGrid` where the columns are rendered first to allow their usage as...