react-ymd-date-select
react-ymd-date-select copied to clipboard
Hooks and components for Y-M-D dropdowns with React
Module not found: Error: Can't resolve 'react-ymd-date-select/presets/chakra-ui'
How do I add the years between 1910-2000 in the module. Is there a props I can just define ?
有用なライブラリとしてありがたく使用させていただきました。 クライアントから西暦+和暦の表記を希望されております。 とりあえず急ぎだったのでフォークして使用いたしました。 ひとまず下記のような実装にしてみましたが……。 ```ts export interface UseDateSelectOptions { firstYear?: number; lastYear?: number; defaultYear?: number | "now"; defaultMonth?: number | "now"; defaultDay?: number | "now"; locale?: Locale; yearFormat?: string; monthFormat?:...
Currently we are using the format of the Month Label to be 'MMM', but since the `monthValue` returned by hook contains only the value without the label which makes the...
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
``` (!) Some chunks are larger than 500 KiB after minification. Consider: - Using dynamic import() to code-split the application - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/guide/en/#outputmanualchunks - Adjust chunk...
Resolve #19
For example, when the month select's value is 2, the labels for 29, 30, 31 in the day select would be something like `(29)`, `(30)`, and `(31)`.