@conform-to/dom 1.2.2 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/form.d.ts +1 -1
- package/package.json +1 -1
package/form.d.ts
CHANGED
|
@@ -80,7 +80,7 @@ export type FormOptions<Schema, FormError = string[], FormValue = Schema> = {
|
|
|
80
80
|
*/
|
|
81
81
|
shouldRevalidate?: 'onSubmit' | 'onBlur' | 'onInput';
|
|
82
82
|
/**
|
|
83
|
-
* Define if conform should
|
|
83
|
+
* Define if conform should consider the field for dirty state.
|
|
84
84
|
* e.g. Excluding form fields that are not managed by Conform, such as CSRF token
|
|
85
85
|
*/
|
|
86
86
|
shouldDirtyConsider?: (name: string) => boolean;
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "A set of opinionated helpers built on top of the Constraint Validation API",
|
|
4
4
|
"homepage": "https://conform.guide",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"version": "1.
|
|
6
|
+
"version": "1.3.0",
|
|
7
7
|
"main": "index.js",
|
|
8
8
|
"module": "index.mjs",
|
|
9
9
|
"types": "index.d.ts",
|