@formio/js 5.1.0-dev.6085.9179bc5 → 5.1.0-dev.6086.0b0957a

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -661,9 +661,7 @@ class Webform extends NestedDataComponent_1.default {
661
661
  const rebuild = this.rebuild() || Promise.resolve();
662
662
  return rebuild.then(() => {
663
663
  this.emit('formLoad', form);
664
- if (!this.options.server) {
665
- this.triggerCaptcha();
666
- }
664
+ this.triggerCaptcha();
667
665
  // Make sure to trigger onChange after a render event occurs to speed up form rendering.
668
666
  setTimeout(() => {
669
667
  this.onChange(flags);
@@ -659,9 +659,7 @@ export default class Webform extends NestedDataComponent {
659
659
  const rebuild = this.rebuild() || Promise.resolve();
660
660
  return rebuild.then(() => {
661
661
  this.emit('formLoad', form);
662
- if (!this.options.server) {
663
- this.triggerCaptcha();
664
- }
662
+ this.triggerCaptcha();
665
663
  // Make sure to trigger onChange after a render event occurs to speed up form rendering.
666
664
  setTimeout(() => {
667
665
  this.onChange(flags);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formio/js",
3
- "version": "5.1.0-dev.6085.9179bc5",
3
+ "version": "5.1.0-dev.6086.0b0957a",
4
4
  "description": "JavaScript powered Forms with JSON Form Builder",
5
5
  "main": "lib/cjs/index.js",
6
6
  "exports": {