This commit is contained in:
2019-04-03 22:07:40 +00:00
parent 4f9bb570c3
commit b16f8d1a66
4 changed files with 167 additions and 99 deletions

View File

@@ -28,8 +28,8 @@ FIX:
Scenarios:
- DONE: Local form validation errors display correctly and are cleared when edited
- Server form validation errors displayed correctly
- control ones under control where local form validation errors show
- whole object ones at top
- DONE control ones under control where local form validation errors show
- DONE whole object ones at top
- Server form validation errors cleared in individual inputs upon any change to them (but form overall ones stay until submitted)
- On submit:
- Doesn't happen if any local validation errors
@@ -39,6 +39,9 @@ FIX:
DIRTY CHECKING to short circuit rule checks
inernalChange does get set to true but only on the very first actual change, later it can be false again, however this is enough for me to detect a change and remove the server rule
direct control properties when control was changed / is dirty:
=-=-=-=-
hasColor: true