@bigbinary/neeto-form-frontend 1.0.0 → 1.0.1

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.
package/dist/index.js CHANGED
@@ -50261,7 +50261,8 @@ var ExternalForm = function ExternalForm(_ref) {
50261
50261
  setFieldError(event.target.name);
50262
50262
  }
50263
50263
  },
50264
- className: classnames$1("neeto-form-engine-form gap-y-4 relative", _defineProperty$7({}, className, className))
50264
+ className: classnames$1("neeto-form-engine-form gap-y-4 relative", _defineProperty$7({}, className, className)),
50265
+ autoComplete: "off"
50265
50266
  }, formDomProps), (submission === null || submission === void 0 ? void 0 : submission.isLoading) && /*#__PURE__*/React__default.createElement("div", {
50266
50267
  className: "flex top-0 left-0 right-0 bottom-0 absolute justify-center items-center neeto-ui-bg-gray-100 opacity-75"
50267
50268
  }, /*#__PURE__*/React__default.createElement(Spinner$2, null)), renderedQuestions.map(function (question) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-form-frontend",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Neeto Form Engine Frontend",
5
5
  "author": "BigBinary",
6
6
  "license": "MIT",