Skip to content

Releases: CityBaseInc/formrenderer-base

Adds isHidden helper

13 Oct 20:34

Choose a tag to compare

This helper is designed for use from Screendoor's formbuilder. It allows conditions to be checked without the full FormRenderer context present.

Fixes incomplete bugfix in 1.1.1

19 Sep 21:28

Choose a tag to compare

Fixed:

  • Radio groups with the other option included now submit the correct payload

1.1.1

25 Jul 20:06

Choose a tag to compare

Fixed:

  • Fixed a bug with "Other" radios not deselecting when other options are clicked afterwards (#143)

Update time field validation

28 Sep 20:29
@ajb ajb

Choose a tag to compare

"60" is not a valid value for minutes or seconds

Include spaces in the character limit count

23 Sep 20:31
@ajb ajb

Choose a tag to compare

0.17.0

21 Sep 02:08
@ajb ajb

Choose a tag to compare

  • Tweak behavior for conditionals with "doesn't match" setting
  • Add a unique ID to each response field wrapper

Better behavior for "chained" conditions

27 Aug 01:40
@ajb ajb

Choose a tag to compare

Add "BookmarkDraft" plugin

23 May 18:57
@ajb ajb

Choose a tag to compare

Displays a "Finish this later" link at the bottom of the form:

img

To use it, call:

FormRenderer.addPlugin('BookmarkDraft')

Before initializing your form.

Save draft ID as a session cookie, not in localstorage

21 May 01:47
@ajb ajb

Choose a tag to compare

0.12.0

03 May 18:06
@ajb ajb

Choose a tag to compare

Add "is present" and "is blank" conditional methods.