diff --git a/packages/core/client/src/schema-component/antd/select/ReadPretty.tsx b/packages/core/client/src/schema-component/antd/select/ReadPretty.tsx index cfc7f337b7..82785f1b38 100644 --- a/packages/core/client/src/schema-component/antd/select/ReadPretty.tsx +++ b/packages/core/client/src/schema-component/antd/select/ReadPretty.tsx @@ -52,7 +52,7 @@ const ReadPrettyInternal = observer( } const content = - field.value && + field.value !== null && currentOptions.map((option, index) => ( {option[fieldNames.label]}