OpusCapita / react-crudeditor

OpusCapita React CRUD Editor

Home Page:https://opuscapita.github.io/react-crudeditor/branches/master/?currentComponentName=ContractEditor&maxContainerWidth=100%25&showSidebar=false

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong work of validation for "Test Number Type Field" field on "Additional" tab in IE

nstoliar-sc opened this issue · comments

  1. Open Catalog CRUD-editor in IE11 browser;
  2. click on "Edit" button for some record;
  3. switch to "Additional" tab;
  4. change value in "Test Number Type Field" field to "0";
  5. click on "Save" button.
    Result: "The value exceeds the maximum value ''{max}" message appears.
    Expected result: value should be shown in {max} in message. Validation should not appears if user inputs value less than {max}.

155