Fix/datepicker validation by LukasBoll · Pull Request #2200 · eclipsesource/jsonforms

@LukasBoll LukasBoll changed the title Fix/datepicker validation WIP: Fix/datepicker validation

Oct 31, 2023

@LukasBoll LukasBoll changed the title WIP: Fix/datepicker validation Fix/datepicker validation

Nov 6, 2023

@LukasBoll LukasBoll changed the title Fix/datepicker validation WIP: Fix/datepicker validation

Nov 7, 2023

@LukasBoll LukasBoll changed the title WIP: Fix/datepicker validation Fix/datepicker validation

Nov 7, 2023

sdirix

sdirix

sdirix

sdirix

@LukasBoll

Previously, data wasn't cleared when the input field was emptied.
This commit will set the value to 'undefined' when the input is empty or
invalid upon blurring. During editing, the data is only updated when the
current input is valid.

Closes eclipsesource#2183