0.1.37 • Published 9 years ago

reactinputs v0.1.37

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

ReactInputs

Form Inputs for React (js)

Install:

add something like

"reactinputs": "0.1.22", // was the last version when I wrote this.

to your package.json, and run npm install

#InputCheckbox var InputText = require('reactinputs/lib/InputText.jsx');

<InputCheckbox name={k.id} onChange={that.checkboxClicked}/>

checkboxClicked: function(value,event,element) { console.log('checkboxClicked',value,event,element); console.log(element.state); console.log(element.props); },

#InputValidationMixin

If items seem to not render, you might need to override the shouldComponentUpdate. The one on the Mixin only check for props.value. To do that, define a shouldComponentUpdateOverride on your class.

0.1.37

9 years ago

0.1.36

9 years ago

0.1.35

9 years ago

0.1.34

9 years ago

0.1.33

9 years ago

0.1.32

9 years ago

0.1.31

9 years ago

0.1.30

9 years ago

0.1.29

9 years ago

0.1.28

10 years ago

0.1.27

10 years ago

0.1.26

10 years ago

0.1.25

10 years ago

0.1.24

10 years ago

0.1.23

10 years ago

0.1.22

10 years ago

0.1.21

10 years ago

0.1.20

10 years ago

0.1.19

10 years ago

0.1.18

10 years ago

0.1.17

10 years ago

0.1.16

10 years ago

0.1.15

10 years ago

0.1.14

10 years ago

0.1.13

10 years ago

0.1.12

10 years ago

0.1.11

10 years ago

0.1.10

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago