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>