Skip to content
Success

Changes

Summary

  1. Modified display of answerable sections - show a panel-like background (commit: 6c4fa30) (details)
  2. [Fix] Do not treat typeahead value as textarea value just because it (commit: 6555357) (details)
  3. [new] support for multiple conditions within isRelevantIf (commit: 1f1d297) (details)
  4. Added help icon support also to sections. Also support multiline help (commit: 60aa31f) (details)
  5. export of Help icon (commit: 9ba16c8) (details)
Commit 6c4fa30de4e85bd399092aec8af2c76326cb54eb by Martin Ledvinka
Modified display of answerable sections - show a panel-like background
around the answer.
(commit: 6c4fa30)
The file was modifiedcss/semforms.min.css (diff)
The file was modifiedcss/semforms.css (diff)
The file was modifiedsrc/components/Question.js (diff)
The file was modifiedtest/rendering/TestApp.js (diff)
Commit 65553570b84a144db10f7d14cc832135648e0abe by Martin Ledvinka
[Fix] Do not treat typeahead value as textarea value just because it
exceeds the input length threshold.
(commit: 6555357)
The file was modifiedsrc/model/Configuration.js (diff)
The file was modifiedtest/__tests__/FormUtilsTest.js (diff)
The file was modifiedsrc/util/FormUtils.js (diff)
Commit 1f1d29701ff090906667cca8d107bf8d709dddaf by blaskmir
[new] support for multiple conditions within isRelevantIf
(commit: 1f1d297)
The file was modifiedsrc/util/FormUtils.js (diff)
Commit 60aa31ff149dd14f59d2a49abf53798c7f137687 by Martin Ledvinka
Added help icon support also to sections. Also support multiline help
texts.
(commit: 60aa31f)
The file was modifiedsrc/components/Question.js (diff)
The file was modifiedtest/rendering/form.json (diff)
The file was modifiedcss/semforms.css (diff)
The file was modifiedsrc/components/HelpIcon.js (diff)
The file was modifiedcss/semforms.min.css (diff)
The file was modifiedsrc/semforms.js (diff)