CodeBeamOrg / CodeBeam.MudBlazor.Extensions

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

RangeSlider-Added DisableMin and DisableMax #265

Closed snakex64 closed 10 months ago

snakex64 commented 10 months ago

Tested using new parameters in docs example code

mckaragoz commented 10 months ago

Thanks, do you want to add Readonly also?

mckaragoz commented 10 months ago

Thanks 🥇

snakex64 commented 10 months ago

Thanks, do you want to add Readonly also?

I tried really fast to do the same as for the disable (but obviously replacing it for "readonly" on the backend "input") but it wasn't working! I am not sure why