Skip to content

Commit

Permalink
Update otherInputTypes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrelogan committed Sep 5, 2017
1 parent 954b535 commit ce0ac17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/otherInputTypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export default class UserForm extends Component {

 

You will probably want to convert these to stateless functional components and separate the components into a react-formstate layer and a layer independent of react-formstate layer. That exercise is beyond the scope of this document but you can refer to the [demo source code](https://github.com/dtrelogan/react-formstate-demo/tree/master/components/inputs) for ideas.
You will probably want to convert these to stateless functional components and separate the components into a react-formstate layer and a layer independent of react-formstate. That exercise is beyond the scope of this document but you can refer to the [demo source code](https://github.com/dtrelogan/react-formstate-demo/tree/master/components/inputs) for ideas.

### Checkbox

Expand Down

0 comments on commit ce0ac17

Please sign in to comment.