feat: Enhance date picker usability

This commit is contained in:
gpt-engineer-app[bot]
2025-10-11 17:39:32 +00:00
parent 10950a4034
commit f083f8c25d
4 changed files with 183 additions and 1 deletions

View File

@@ -128,6 +128,7 @@ export function FlexibleDateInput({
disablePast={disablePast}
fromYear={fromYear}
toYear={toYear}
allowTextEntry={true}
/>
)}