Validation for Number Field minimum and maximum not working correctly for numeric input field.
Field code:
<input type="text" inputmode="numeric" class="validationwidthfix-small form-control text-end number-separator" id="addLumpSumTaxable" name="addLumpSumTaxable" placeholder="Enter the taxable %" value="100" required="" data-rule-number="" min="0" data-rule-min="0" max="100" data-rule-max="100">
Properties panel:
Render on web page:
As you can see a valid number is not accepted.