1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-07 22:46:13 +01:00
fab-manager/app/frontend/src/javascript/components/form
2022-09-20 15:25:21 +02:00
..
abstract-form-item.tsx (quality) Refacto tooltip 2022-09-16 17:58:19 +02:00
form-checklist.tsx (wip) Style product's components 2022-08-23 16:02:11 +02:00
form-file-upload.tsx product files and images upload 2022-08-23 16:02:14 +02:00
form-image-upload.tsx add size medium to product image 2022-08-23 16:02:16 +02:00
form-input.tsx (bug) form input cannot save a float 2022-09-19 19:08:52 +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 Merge branch 'product_store-inte' into product_store-store 2022-09-07 09:27:57 +02:00
form-select.tsx Add disabled style on text editor 2022-05-10 15:22:01 +02:00
form-switch.tsx stock (wip) 2022-09-02 18:17:15 +02:00
README.md linted all code expected profile-custom-fields/* and proof-of-identity/* 2022-06-21 12:10:00 +02:00
unsaved-form-alert.tsx (feat) alert unsaved changes 2022-09-14 14:51:54 +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.