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

Field errors are not displayed properly

dkuzmianok-sc opened this issue · comments

Meta-Info Value
ExtProjectId OC-01.1.8
Original Estimation 4h
Remaining Estimation 0h

How to reproduce:

  1. open "ContractEditor"
  2. press "Create"
  3. select any "Status Id"
  4. press "Save"

Expected behaviour

All invalid fields (incl. empty required) should be highlighted.
Can be reproduced here

Actual behaviour

Only one field is highlighted (description).
Can be reproduced on master

Tested. Validation messages work correctly. Please, merge with master branch.