Hugo fridlansky

Results 1 comments of Hugo fridlansky

I had the same issue and by adding a condition onChangeStart I could prevent it to happen: ` onChangeStart={v =>{ if(v.max > 301) { setValue(min:0,max:301) } else { setValue(v); }...