Jakub Havej
Jakub Havej
This PR implements the missing month/year `select` in the calendar/datepicker component. Related PRs: https://github.com/shadcn-ui/ui/pull/1680 https://github.com/shadcn-ui/ui/pull/320 https://github.com/shadcn-ui/ui/issues/546 https://github.com/shadcn-ui/ui/issues/509 https://github.com/shadcn-ui/ui/issues/880 My approach relies exclusively on the native `captionLayout` prop offered by [React...
I migrated the code structure to Turborepo by following these steps: 1. **I merged my own OSS** [codebaseup-core](https://github.com/jhavej/codebaseup-core) - this step was mainly about conflict resolution and deleting unnecessary code...