Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forms components #2

Open
4 tasks
mtmr0x opened this issue Mar 12, 2019 · 0 comments
Open
4 tasks

Forms components #2

mtmr0x opened this issue Mar 12, 2019 · 0 comments
Assignees

Comments

@mtmr0x
Copy link

mtmr0x commented Mar 12, 2019

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

@maclovin maclovin self-assigned this Mar 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants