Skip to content

CodecoolArchive/dojo-react-inputs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Inputs Dojo

Content

  • create a simple controlled text input
  • create a simple uncontrolled text input
  • create a simple controlled select
  • create a simple uncontrolled select
  • set a default value to a controlled input
  • set a default value to an uncontrolled input
  • set a default value to a controlled select
  • set a default value to an uncontrolled select
  • set a default value to a controlled checkbox
  • set a default value to an uncontrolled checkbox
  • create a simple radio button
  • create a simple checkbox
  • create a login form with password validation
  • disable the inputs while submitting a form
  • create a textarea, show the remaining characters from 160 char max
  • create a complex form, with different type of fields

About

[under development] Dojo exercises for practicing the input fields in react.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors