Commit graph

7 commits

Author SHA1 Message Date
Kimmo Puputti
904a1aec1e Remove Input.fieldComponent usage 2017-06-16 15:38:17 +03:00
Kimmo Puputti
b9943f1b53 Change reduxForm call form argument name
- Since the form name can be overriden with component props, the
   initial name is just a default, this changes the var name to
   communicate that

Note: The names of the forms with selectors cannot be changed,
otherwise the selector doesn't find the correct data from the Redux
store with the initial form name.
2017-05-08 14:59:09 +03:00
Mikko Koski
4c7c1ceeac Add Input component 2017-03-24 10:59:50 +02:00
Mikko Koski
ff0c76dd5b Make a Button component 2017-03-23 15:56:35 +02:00
Kimmo Puputti
50e22d0d1e Format JS with Prettier 0.13.1 2017-01-30 10:57:27 +02:00
Kimmo Puputti
dd448d842e Add auth form to correct pages 2017-01-25 15:14:21 +02:00
Kimmo Puputti
fa78adf22b Add forms related to authentication and credentials 2017-01-25 09:06:45 +02:00