The slider is a ui component that will have problems when sliding quickly

  {
    "type": "number",
    "title": {
      "en": "Regulator %"
    },
    "chartType": "stepLine",
    "min": 0,
    "max": 100,
    "step": 10,
    "value": 20,
    "units": {
      "en": "%"
    },
    "getable": true,
    "setable": true, 
    "uiQuickAction" : false,
    "uiComponent": "slider"  
  }

I didn’t do anything special with the values.It’s just a number from 0 to 100
This is what happens normally:

Normal sliding is fine.But when I slide fast:

Use the following values:

"min": 0,
"max": 1,
"step": 0.1,