diff --git a/packages/raystack/components/calendar/date-picker.tsx b/packages/raystack/components/calendar/date-picker.tsx index 640301e2..e06d0a31 100644 --- a/packages/raystack/components/calendar/date-picker.tsx +++ b/packages/raystack/components/calendar/date-picker.tsx @@ -174,7 +174,7 @@ export function DatePicker({ trailingIcon={showCalendarIcon ? : undefined} {...inputFieldProps} ref={inputFieldRef} - defaultValue={formattedDate} + value={formattedDate} onChange={handleInputChange} onFocus={handleInputFocus} onBlur={handleInputBlur}