1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-08 23:46:14 +01:00
fab-manager/app/frontend/src/javascript/components/form
2022-05-09 15:15:27 +02:00
..
abstract-form-item.tsx (ui) use user-profile-form in profile completion screen 2022-05-09 12:11:37 +02:00
form-input.tsx Merge remote-tracking branch 'origin/socials-refacto' into profile-form 2022-05-04 15:53:22 +02:00
form-multi-select.tsx (bug) unable to edit in rich-text editor component 2022-05-09 15:15:27 +02:00
form-rich-text.tsx (bug) unable to edit in rich-text editor component 2022-05-09 15:15:27 +02:00
form-select.tsx (bug) unable to edit in rich-text editor component 2022-05-09 15:15:27 +02:00
form-switch.tsx (ui) use user-profile-form in profile completion screen 2022-05-09 12:11:37 +02:00
README.md (ui) sso data mapping - by type 2022-05-04 12:27:12 +02:00

components/from

This directory is holding the inputs components for usage within forms controlled by React-hook-form.

All these components must have props that inherits from FormComponent or from FormControlledComponent.

Please look at the existing components for examples.