Files
syndarix/frontend/tests/lib/forms
Felipe Cardoso 73ea4df572 fix(forms): handle nullable fields in deepMergeWithDefaults
When default value is null but source has a value (e.g., description
field), the merge was discarding the source value because typeof null
!== typeof string. Now properly accepts source values for nullable fields.
2026-01-06 13:54:18 +01:00
..