surveyjs / survey-library

Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.
https://surveyjs.io/form-library
MIT License
4.12k stars 802 forks source link

Numeric masks allow entering values less than the minimum value #8300

Closed JaneSjs closed 3 months ago

JaneSjs commented 4 months ago

T18252 - Min and Max values are not working correctly for numeric Inputmask types https://surveyjs.answerdesk.io/internal/ticket/details/T18252


View Demo

It is possible to enter a value less than the minimum value (3).

https://github.com/surveyjs/survey-library/assets/22372972/d5c68ec3-4358-4b8e-a0fa-fe6fda3c0b04

JaneSjs commented 3 months ago

It is possible to enter 0 regardless of a higher min value: View Demo. image