Skip to content
Success

Changes

Summary

  1. [Bug #336] Display question label as input placeholder. (commit: d6a0558) (details)
  2. [Feature #332] Changed mask behavior - use standard symbols for (commit: ba43da0) (details)
  3. [0.1.1] Bumped version. (commit: c10edc8) (details)
Commit d6a055860c555a3ad411e696d8a832cc3020d2f7 by Martin Ledvinka
[Bug #336] Display question label as input placeholder.
(commit: d6a0558)
The file was modifiedsrc/components/MaskedInput.js (diff)
The file was modifiedsrc/components/answer/InputAnswer.js (diff)
The file was modifiedtest/__tests__/InputAnswerTest.js (diff)
Commit ba43da068d37c0d865f1b8ce0f38261a4ed02137 by Martin Ledvinka
[Feature #332] Changed mask behavior - use standard symbols for
date/time masks (YMDhms). Display the mask as input placeholder.
(commit: ba43da0)
The file was modifiedsrc/components/MaskedInput.js (diff)
The file was modifiedsrc/components/answer/MaskedInputAnswer.js (diff)
The file was addedsrc/util/MaskMapper.js
The file was addedtest/__tests__/MaskMapperTest.js
The file was modifiedpackage.json (diff)