Skip to content
Success

Changes

Summary

  1. Added support for date time questions, which will show a datetime (commit: 741a006) (details)
  2. Slightly modified rendering of the answer, to make it more readable. (commit: 30e7478) (details)
Commit 741a006f237609d3fd77711f5d14fc9ed90ed33e by Martin Ledvinka
Added support for date time questions, which will show a datetime
picker.
(commit: 741a006)
The file was modifiedsrc/util/FormUtils.js (diff)
The file was modifiedsrc/components/Answer.js (diff)
The file was modifiedsrc/model/Configuration.js (diff)
The file was modifiedtest/__tests__/FormUtilsTest.js (diff)
The file was addedtest/environment/Environment.js
The file was modifiedpackage.json (diff)
The file was modifiedtest/environment/Generator.js (diff)
The file was modifiedsrc/util/Utils.js (diff)
The file was modifiedsrc/constants/Constants.js (diff)
The file was addedtest/__tests__/AnswerTest.js
Commit 30e747885cc75d8627dcd57250e0f231dde57d55 by Martin Ledvinka
Slightly modified rendering of the answer, to make it more readable.
(commit: 30e7478)
The file was modifiedsrc/components/Answer.js (diff)