@modular-forms/solid
Advanced tools
Comparing version 0.7.0 to 0.8.0
@@ -1229,3 +1229,4 @@ "use strict"; | ||
shouldDirty = true, | ||
shouldValidate = true | ||
shouldValidate = true, | ||
shouldFocus = true | ||
} = options; | ||
@@ -1246,3 +1247,3 @@ (0, import_solid_js26.untrack)(() => { | ||
on: "input", | ||
shouldFocus: true | ||
shouldFocus | ||
}); | ||
@@ -1249,0 +1250,0 @@ } |
@@ -529,2 +529,3 @@ import { Accessor, Setter, JSX } from 'solid-js'; | ||
shouldValidate: boolean; | ||
shouldFocus: boolean; | ||
}>; | ||
@@ -531,0 +532,0 @@ /** |
@@ -1159,3 +1159,4 @@ // src/components/Field.tsx | ||
shouldDirty = true, | ||
shouldValidate = true | ||
shouldValidate = true, | ||
shouldFocus = true | ||
} = options; | ||
@@ -1176,3 +1177,3 @@ untrack18(() => { | ||
on: "input", | ||
shouldFocus: true | ||
shouldFocus | ||
}); | ||
@@ -1179,0 +1180,0 @@ } |
{ | ||
"name": "@modular-forms/solid", | ||
"description": "The modular form library for SolidJS", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": "Fabian Hiller", |
135859
3840