As a mobile editor I want to see what required fields are not correctly filled or are unfilled when editing in order to make a quality edit.
Solution
- When editing on mobile and a field is incomplete/incorrect, it should display there is an error when out of focus
- Both the lookup and the input field component have the same error state that you can see here if you click "error" on the status | codex page for input field |
Acceptance criteria:
- Empty data string: When an input field/data string has been active and is then left - becomes out of focus - empty, it should display its error state (currently not desktop behavior)
- Empty lookup: When a lookup has been active and is then left - becomes out of focus - empty, it should display its error state(currently not desktop behavior)
- Lookup with only letters in it (no selection): When a lookup has been active and is then left - becomes out of focus - with letters in the field, but no selection has been made from the mandatory drop-down, it should display there is an error (desktop behavior)
- This should apply when editing statements, qualifiers and reference

