ERP-node/frontend/lib/registry/components/universal-form-modal
kjs 38dda2f807 fix: Improve TableListComponent and UniversalFormModalComponent for better data handling
- Updated TableListComponent to use flex-nowrap and overflow-hidden for better badge rendering.
- Enhanced UniversalFormModalComponent to maintain the latest formData using a ref, preventing stale closures during form save events.
- Improved data merging logic in UniversalFormModalComponent to ensure accurate updates and maintain original data integrity.
- Refactored buttonActions to streamline table section data collection and merging, ensuring proper handling of modified and original data during save operations.
2026-02-25 13:53:20 +09:00
..
modals feat(universal-form-modal): Select 필드 직접 입력(Combobox) 모드 추가 2026-01-13 18:44:59 +09:00
TableSectionRenderer.tsx 카테고리값 자동감지 2026-01-12 16:08:02 +09:00
UniversalFormModalComponent.tsx fix: Improve TableListComponent and UniversalFormModalComponent for better data handling 2026-02-25 13:53:20 +09:00
UniversalFormModalConfigPanel.tsx refactor: Clean up and enhance component structure in V2Media and ComponentsPanel 2026-02-23 10:53:10 +09:00
UniversalFormModalRenderer.tsx feat(universal-form-modal): 범용 폼 모달 컴포넌트 신규 개발 2025-12-04 19:13:58 +09:00
config.ts refactor: UniversalFormModalComponent 자체 저장 기능 제거 2026-01-08 10:04:05 +09:00
index.ts ix: 부모-자식 모달 데이터 전달 문제 해결 및 미사용 multiRowSave 기능 제거 2026-01-07 17:42:40 +09:00
types.ts feat(universal-form-modal): Select 필드 직접 입력(Combobox) 모드 추가 2026-01-13 18:44:59 +09:00