Skip to content

Commit a972d88

Browse files
committed
chore: deprecation notice
1 parent ed20891 commit a972d88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/vee-validate/src/useField.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ export interface FieldOptions<TValue = unknown> {
6363
uncheckedValue?: MaybeRef<TValue>;
6464
label?: MaybeRef<string | undefined>;
6565
controlled?: boolean;
66+
/**
67+
* @deprecated Use `controlled` instead, controlled is opposite of standalone.
68+
*/
6669
standalone?: boolean;
6770
keepValueOnUnmount?: MaybeRef<boolean | undefined>;
6871
/**

0 commit comments

Comments
 (0)