flex-template-web/src/components/DateInput
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
..
__snapshots__ Refactoring after review comments. 2017-04-07 16:20:31 +03:00
DateInput.css Add react-dates and create DateInput component 2017-04-06 14:53:23 +03:00
DateInput.example.css Add react-dates and create DateInput component 2017-04-06 14:53:23 +03:00
DateInput.example.js Change reduxForm call form argument name 2017-05-08 14:59:09 +03:00
DateInput.js Refactoring after review comments. 2017-04-07 16:20:31 +03:00
DateInput.test.js Format with Prettier 2017-04-07 09:27:20 +03:00