We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed20891 commit a972d88Copy full SHA for a972d88
packages/vee-validate/src/useField.ts
@@ -63,6 +63,9 @@ export interface FieldOptions<TValue = unknown> {
63
uncheckedValue?: MaybeRef<TValue>;
64
label?: MaybeRef<string | undefined>;
65
controlled?: boolean;
66
+ /**
67
+ * @deprecated Use `controlled` instead, controlled is opposite of standalone.
68
+ */
69
standalone?: boolean;
70
keepValueOnUnmount?: MaybeRef<boolean | undefined>;
71
/**
0 commit comments