0.1.37 • Published 8 years ago

reactinputs v0.1.37

Weekly downloads
3
License
MIT
Repository
github
Last release
8 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

8 years ago

0.1.36

8 years ago

0.1.35

8 years ago

0.1.34

8 years ago

0.1.33

8 years ago

0.1.32

8 years ago

0.1.31

8 years ago

0.1.30

8 years ago

0.1.29

8 years ago

0.1.28

9 years ago

0.1.27

9 years ago

0.1.26

9 years ago

0.1.25

9 years ago

0.1.24

9 years ago

0.1.23

9 years ago

0.1.22

9 years ago

0.1.21

9 years ago

0.1.20

9 years ago

0.1.19

9 years ago

0.1.18

9 years ago

0.1.17

9 years ago

0.1.16

9 years ago

0.1.15

9 years ago

0.1.14

9 years ago

0.1.13

9 years ago

0.1.12

9 years ago

0.1.11

9 years ago

0.1.10

9 years ago

0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago