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-08-04 10:44:31 +02:00
..
abstract-form-item.tsx Fix form-switch layout 2022-07-25 15:33:33 +02:00
form-checklist.tsx (wip) Style product's components 2022-08-03 10:23:40 +02:00
form-file-upload.tsx Product form style 2022-08-03 18:30:29 +02:00
form-image-upload.tsx Update image upload 2022-08-04 10:44:31 +02:00
form-input.tsx Product form style 2022-08-03 18:30:29 +02:00
form-multi-select.tsx (bug) OIDC scopes are not shown in the configuration form select 2022-07-06 12:59:45 +02:00
form-rich-text.tsx Add disabled style on text editor 2022-05-10 15:22:01 +02:00
form-select.tsx Add disabled style on text editor 2022-05-10 15:22:01 +02:00
form-switch.tsx Fix form-switch layout 2022-07-25 15:33:33 +02:00
README.md linted all code expected profile-custom-fields/* and proof-of-identity/* 2022-06-21 12:10:00 +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 inherit from FormComponent or from FormControlledComponent.

Please look at the existing components for examples.