I'm trying to get a slider in Blazor to the budget parameter, but when one moves the slider then the budget value doesn't change. Why is that, and how could I fix it?
Here is the component codeI'm using the IJSRuntime to use js fonctions,and here what I got.