CodeBeamOrg / CodeBeam.MudBlazor.Extensions

Useful third party extension components for MudBlazor, from the contributors.
https://mudextensions.codebeam.org/
MIT License
348 stars 60 forks source link

Fix for none zero min value in Range Slider #347

Closed albinlog closed 3 months ago

albinlog commented 4 months ago

There was a problem in Range Slider when you set the min value to something bigger then zero. This small fix solves that problem.

albinlog commented 4 months ago

This fix didn't solve the problem after all. Will make it work and create a new PR soon.

albinlog commented 4 months ago

Now I have tested this in production and I cannot find the issues I was first experience. Maybe I got something in the cache or something but it seams to work fine.

mckaragoz commented 3 months ago

Thanks 🥇