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 7d281e3 commit 46c9e71Copy full SHA for 46c9e71
packages/@react-aria/datepicker/src/useDateField.ts
@@ -83,7 +83,7 @@ export function useDateField<T extends DateValue>(props: AriaDateFieldOptions<T>
83
state.confirmPlaceholder();
84
if (state.shouldValidate) {
85
state.commitValidation();
86
- state.setShouldValidate(false)
+ state.setShouldValidate(false);
87
};
88
props.onBlur?.(e);
89
},
0 commit comments