We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0db5e0 commit b4f39d5Copy full SHA for b4f39d5
src/fields/hooks/beforeChange/promise.ts
@@ -154,14 +154,6 @@ export const promise = async ({
154
}
155
156
switch (field.type) {
157
- case 'select': {
158
- if (siblingData[field.name] === null) {
159
- siblingData[field.name] = undefined;
160
- }
161
-
162
- break;
163
164
165
case 'point': {
166
// Transform point data for storage
167
if (Array.isArray(siblingData[field.name]) && siblingData[field.name][0] !== null && siblingData[field.name][1] !== null) {
0 commit comments