@modular-forms/solid
Advanced tools
Comparing version 0.9.3 to 0.9.4
@@ -909,3 +909,3 @@ "use strict"; | ||
form.internal.setDirty(true); | ||
validateIfNecessary(form, name, { on: "input" }); | ||
setTimeout(() => validateIfNecessary(form, name, { on: "input" })); | ||
} | ||
@@ -1378,3 +1378,2 @@ }); | ||
field.setActive(true); | ||
validateIfNecessary(form, name, { on: "input" }); | ||
updateState(form); | ||
@@ -1381,0 +1380,0 @@ } |
@@ -837,3 +837,3 @@ // src/adapters/zodField.ts | ||
form.internal.setDirty(true); | ||
validateIfNecessary(form, name, { on: "input" }); | ||
setTimeout(() => validateIfNecessary(form, name, { on: "input" })); | ||
} | ||
@@ -1306,3 +1306,2 @@ }); | ||
field.setActive(true); | ||
validateIfNecessary(form, name, { on: "input" }); | ||
updateState(form); | ||
@@ -1309,0 +1308,0 @@ } |
{ | ||
"name": "@modular-forms/solid", | ||
"description": "The modular form library for SolidJS", | ||
"version": "0.9.3", | ||
"version": "0.9.4", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": "Fabian Hiller", |
@@ -17,2 +17,3 @@ <img src="https://assets.solidjs.com/banner?project=Modular+Forms" alt="Modular Forms" /><br /> | ||
- Supports all native HTML form fields | ||
- It's headless โ you define the visual | ||
@@ -19,0 +20,0 @@ ## ๐ฅ Motivation |
40
139186
3939