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
- label should have a state if it is an optional input
25
-
- should take custom validation function
26
-
- should have a 100% or custom width option
27
-
28
-
### ✅ Radio Buttons Group
29
-
30
-
- if 2 options than should display as row list
31
-
- if 3 or more options should display in column list
32
-
- config to be able to select a number of options
33
-
34
-
### ✅ Checkbox
35
-
36
-
### ✅ Select + Search
37
-
38
-
- should have a dropdown with ability to select a single option
39
-
- shoult take onSelect handler
16
+
-`validate: (fields: FieldProps[]) => (formValues) => errors object`: validate function helper for `react-final-form` Form component.
17
+
-`renderFields: (fields: FieldProps[]) => ReactElement[]`: renders a vertical list of fields from the fields array. Has to be used as a child of Form component.
0 commit comments