+
+ 기본 선택값
+ {/* static 타입 */}
+ {effectiveType === "static" && (localField.selectOptions?.staticOptions?.length || 0) > 0 && (
+
+ )}
+ {/* code 타입 */}
+ {effectiveType === "code" && defaultValueCategoryValues.length > 0 && (
+
+ )}
+ {/* table 타입 */}
+ {effectiveType === "table" && defaultValueTableOptions.length > 0 && (
+
+ )}
+ {loadingDefaultValueOptions && (
+ 로딩 중...
+ )}
+
+
폼이 열릴 때 자동으로 선택될 기본값을 설정합니다
+
+ );
+ })()}
)}