@uxf/form
Advanced tools
Comparing version 1.0.0-beta.78 to 1.0.0-beta.79
@@ -43,3 +43,3 @@ "use strict"; | ||
const control = (0, react_1.useMemo)(() => Object.assign(formApi.control, { formId }), [formApi.control, formId]); | ||
return (react_1.default.createElement("form", { id: formId, onSubmit: formApi.handleSubmit(onSubmit) }, | ||
return (react_1.default.createElement("form", { id: formId, noValidate: true, onSubmit: formApi.handleSubmit(onSubmit) }, | ||
props.children(control, formApi), | ||
@@ -46,0 +46,0 @@ props.onSubmit && react_1.default.createElement("input", { style: sr_only_1.srOnly, type: "submit" }))); |
{ | ||
"name": "@uxf/form", | ||
"version": "1.0.0-beta.78", | ||
"version": "1.0.0-beta.79", | ||
"description": "", | ||
@@ -16,5 +16,5 @@ "publishConfig": { | ||
"dependencies": { | ||
"@uxf/ui": "^1.0.0-beta.78", | ||
"@uxf/ui": "^1.0.0-beta.79", | ||
"react-hook-form": "latest" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
73600
83
1347
Updated@uxf/ui@^1.0.0-beta.79