코드 셀렉트박스 기능 구현

This commit is contained in:
kjs
2025-09-15 15:38:48 +09:00
parent c243137a91
commit d609cc89b9
8 changed files with 758 additions and 150 deletions

View File

@@ -47,8 +47,8 @@ export const WEB_TYPE_COMPONENT_MAPPING: Record<string, string> = {
// 기타
label: "text-display",
code: "text-input", // 임시로 텍스트 입력 사용
entity: "select-basic", // 임시로 선택상자 사용
code: "select-basic", // 코드 타입은 선택상자 사용
entity: "select-basic", // 엔티티 타입은 선택상자 사용
};
/**