@modular-forms/solid
Advanced tools
Comparing version 0.17.1 to 0.17.2
@@ -17,3 +17,3 @@ import { batch, splitProps } from 'solid-js'; | ||
]); | ||
return (<form {...other} noValidate ref={props.of.internal.element.set} onSubmit={async (event) => { | ||
return (<form noValidate {...other} ref={props.of.internal.element.set} onSubmit={async (event) => { | ||
// Prevent default behavior of browser | ||
@@ -20,0 +20,0 @@ event.preventDefault(); |
{ | ||
"name": "@modular-forms/solid", | ||
"description": "The modular and type-safe form library for SolidJS", | ||
"version": "0.17.1", | ||
"version": "0.17.2", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": "Fabian Hiller", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
768614
10579