Temperature input_number F to C conversion UI problem

I have an input_number slider that represents a target temperature. If the input_slider is in degrees C and the UI is set to display in degrees F, the UI control goes a bit psychotic. It looks like the UI sets the C value chosen in the slider, then converts to F, then tries to update the value of the slider again with the new converted number.

  fr_target_min_temp:
    name: Min Temp
    initial: 10
    min: 5
    max: 20
    step: 1
    unit_of_measurement: '°C'
    icon: mdi:target

it can be a bug so report it on Github/frontend

remove the units and you’ll be fine.