Skip to content
Compare
Choose a tag to compare
@SBoudrias SBoudrias released this 20 Dec 19:45
· 4 commits to main since this release
7613d74
  • Checkbox prompt: re-added support for an array of default to be provided listing pre-checked checkboxes. This is a legacy interface brought back given this feature removal was an involuntary breaking change during the v12 release. The preferred interface is to provide the checked property to choices { value: 'bar', checked: true }.