Skip to content

Forms components #2

Open
Open
@mtmr0x

Description

@mtmr0x

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions