Releases: CityBaseInc/formrenderer-base
Releases · CityBaseInc/formrenderer-base
Adds isHidden helper
13 Oct 20:34
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed:
Radio groups with the other option included now submit the correct payload
1.1.1
25 Jul 20:06
Compare
Sorry, something went wrong.
No results found
Fixed:
Fixed a bug with "Other" radios not deselecting when other options are clicked afterwards (#143 )
Update time field validation
28 Sep 20:29
Compare
Sorry, something went wrong.
No results found
"60" is not a valid value for minutes or seconds
Include spaces in the character limit count
23 Sep 20:31
Compare
Sorry, something went wrong.
No results found
0.17.0
21 Sep 02:08
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Add "BookmarkDraft" plugin
23 May 18:57
Compare
Sorry, something went wrong.
No results found
Displays a "Finish this later" link at the bottom of the form:
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
Compare
Sorry, something went wrong.
No results found
0.12.0
03 May 18:06
Compare
Sorry, something went wrong.
No results found
Add "is present" and "is blank" conditional methods.