Bug stepper with step 0.1

Hello. I set the step = “0.1”. As a result, the values of the 71.60000000000001 or 71.10000000000001

<div class="stepper stepper-fill stepper-round stepper-init color-pink">
  <div class="stepper-button-minus"></div>
  <div class="stepper-input-wrap">
    <input type="text" value="71" min="30" max="130" step="0.1" readonly>
  </div>
  <div class="stepper-button-plus"></div>
</div>

It is not the bug but how JS works https://0.30000000000000004.com/ do required rounding of value on your side