Meinrad Recheis

Results 566 comments of Meinrad Recheis
trafficstars

+1 for this upgrade of Select's search capabilities

I agree with @mikes-gh, the timer needs to be disposed in the component. just add this: `_timer?.Dispose();` to the `Dispose()` function of `MudSelect` so in the event of a page...

So this is also cycling through all entries starting with `s` when pressing `s` multiple times and no item starts with `ss` ? I see the html select can do...

Btw, the PR needs a test that fortifies its logic against corruption by future PRs.

The original author never wrote the necessary test cases. It is thanks to this policy that MudBlazor is extremely solid. Otherwise when someone else works on MudSelect in the future...

There is no other requirement other than that the PRs changes should be covered by the test(s). If that is one or two or multiple is up to you. You...

@Mr-Technician I know you are busy, but will you be able to resolve the conflicts. Then we could merge this into v7

Looking over the code, there is one thing that hurts the eye. Its `DisplayTableButtonAtEnd()` which returns `bool`. The method name implies a command but instead just returns whether or not...

We are ready to release v8.0.0 soon. If anybody wants to check out the v8.0.0-rc.2 before we do so please check it out and let us know if there are...

@rwjdk Please create an issue nonetheless. Thanks