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.02k stars 785 forks source link

Numeric input mask: It's impossible to clear a field's value #8231

Closed JaneSjs closed 2 months ago

JaneSjs commented 2 months ago

T18014 - InputMask doesn't let to clear the field once you type something https://surveyjs.answerdesk.io/internal/ticket/details/T18014

{
 "pages": [
  {
   "name": "page1",
   "elements": [
    {
     "type": "text",
     "name": "question1",
     "maskType": "numeric"
    }
   ]
  }
 ]
}

To reproduce the issue, run the above JSON and enter some value. Now, remove the value. 0 persists.

https://github.com/surveyjs/survey-library/assets/22372972/b7f93795-bef9-4dc1-93f8-684aad95a669