You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add generic Field components and refactor ObjectForm
Introduces a set of reusable field components (TextField, NumberField, BooleanField, SelectField, DateField, TextAreaField) and a generic Field wrapper in the UI package. Refactors ObjectForm to use these new field components via react-hook-form's Controller, improving form flexibility and consistency. Also updates Checkbox to use Radix UI primitives.
0 commit comments