Open
Description
We need form components as below:
- Select
- Input
- Checkbox
- Radio
Select
value: string
className: string
disabled: boolean
onChange: Function
label: string
name: string
options: Array
defaultOption: string
error: boolean
errorMessage: string
Input
value: string
className: string
disabled: boolean
onChange: Function
label: string
name: string
mask: Function():string
error: boolean
errorMessage: string
Checkbox
value: string
className: string
disabled: boolean
onChange: Function
label: string
name: string
error: boolean
errorMessage: string
Radio
value: string
className: string
disabled: boolean
onChange: Function
label: string
name: string
error: boolean
errorMessage: string
Metadata
Metadata
Assignees
Labels
No labels