main ← empty-field-nullify
opened 02:49PM - 08 Jul 25 UTC
At the moment emptying a input-text is making it `undefined` instead of `null`. …It's generally not a big deal but can be harder to work with.
There's also the very specific case of `JSON.stringify(data)` which will remove keys if the value is undefined.