- value 상수를 localValue useState로 변경하여 내부 상태 관리 - useEffect로 외부 값(formData, propValue) 변경 시 동기화 - handleChange에서 setLocalValue 호출하여 즉각적인 UI 업데이트 - RepeaterTable, ItemSelectionModal 등 모든 참조를 localValue로 변경 |
||
|---|---|---|
| .. | ||
| UniversalFormModalComponent.tsx | ||
| UniversalFormModalConfigPanel.tsx | ||
| UniversalFormModalRenderer.tsx | ||
| config.ts | ||
| index.ts | ||
| types.ts | ||