Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@uxf/form

Package Overview
Dependencies
Maintainers
1
Versions
296
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uxf/form - npm Package Compare versions

Comparing version 1.0.0-beta.78 to 1.0.0-beta.79

date-picker-input/date-picker-input.stories.d.ts

2

form/form.js

@@ -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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc