Meinrad Recheis

Results 429 comments of Meinrad Recheis

I think @igotinfected can explain it more expertly. A part of the solution is also seen above in his code snippet: ` aria-label="@Localizer[nameof(LanguageResource.MudNavGroup_ToggleExpand), Title ?? _navigationContext.MenuId]"`

> `@attributes=UserAttributes` to a backing field dictionary that we can have our own conditionally added but the user's one will take precedence? If we want the user's attributes to take...

Hmm I am not sure I get that but I think we worry about it when somebody really needs this. No need going down that rabbit hole right now.

`MouseOver` is already the perfect name, I'm against renaming it.

> @henon @ScarletKuro Could I get a bit of help testing the Table and DataGrid? Don't think the resizer is working but I never use those two controls 🤷 Could...

Touch can not hover only Mouse can, that's why I think MouseOver is still a good name.

OK let's do `PointerOver`

> Migration Guide: > > * `MouseEvent.MouseOver` -> `PointerOver` > * `MouseEvent` -> `PointerEvent` > * `OnRowMouseEnter` -> `OnRowPointerEnter` > * `OnRowMouseLeave` -> `OnRowPointerLeave` I am not sure about the...

Thanks! Added to v7.0.0 Migration Guide #8447