Meinrad Recheis
Meinrad Recheis
> I hope this is rebased against latest changes? Yes, merged instead of rebased as it is less effort to resolve conflicts
Thanks for the thorough review. Should all be fixed. I'll add the properties to ChipSet. They are relevant insofar as it allows to set a uniform default value for all...
I think this is ready to merge
This PR introduced another breakage in trimmed apps as can be seen at the moment on our docs examples. The snackbar will crash on opening due to missing default constructor...
Snackbar trimming issue fix: #5711
I released a pre-release that fixes both breaks https://www.nuget.org/packages/MudBlazor/6.0.19-dev1
I expected that ClickToHide would hide the tooltip when directly clicking on the tooltip. Also, how can one toggle the tooltip by clicking? Can one use both `ClickToShow` and `ClickToHide`...
Actually a `bool ToggleOnClick` would be the better API then
There can not be a race condition I think. OK, let's do the bool parameter. Click should later just also work for touch too.
The doc text is ok. The last thing I want to discuss are the side-effects of `ToggleOnClick`. It is impossible to have a hover tooltip that can be clicked away...