ERP-node/frontend/lib/registry/components/v2-select
kjs 43523a0bba feat: Implement NOT NULL validation for form fields based on table metadata
- Added a new function `isColumnRequired` to determine if a column is required based on its NOT NULL status from the table schema.
- Updated the `SaveModal` and `InteractiveScreenViewer` components to incorporate this validation, ensuring that required fields are accurately assessed during form submission.
- Enhanced the `DynamicComponentRenderer` to reflect the NOT NULL requirement in the component's required state.
- Improved user feedback by marking required fields with an asterisk based on both manual settings and database constraints.

These changes enhance the form validation process, ensuring that users are prompted for all necessary information based on the underlying data structure.
2026-03-10 14:16:02 +09:00
..
V2SelectRenderer.tsx feat: Implement NOT NULL validation for form fields based on table metadata 2026-03-10 14:16:02 +09:00
index.ts feat: V2 레이아웃 동기화 및 컴포넌트 개선 2026-02-06 09:15:50 +09:00