You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue stems from the fact that newer versions of preact (correctly) serialize <option value={null}>label</option> to <option>label</option>, which is expected.
For sanity we should update the preact version we test on to 10.15.1 (we can't go further with this because of #1216). This means changing the lockfile. Also, we need to use value "" instead of null to fix the actual bug.
Describe the Bug
Whenever using more recent versions of preact, the default value is serialized as "" in the schema, we want it to be serialized as no value at all.
Steps to Reproduce
Expected Behavior
The text was updated successfully, but these errors were encountered: