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-22 15:25:00 +02:00
..
abstract-form-item.tsx Fix [form-rich-text] focus 2022-08-22 15:25:00 +02:00
form-input.tsx all components must have their matching root class 2022-06-15 13:40:54 +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 Fix [form-rich-text] focus 2022-08-22 15:25:00 +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.