calendar icon indicating copy to clipboard operation
calendar copied to clipboard

React Calendar

Results 107 calendar issues
Sort by recently updated
recently updated
newest added

On most of your screens you have full month's names in English (e.g. 'August', 'October'), while the default display for the calendar window is a short version on of the...

Bumps [mockdate](https://github.com/boblauer/MockDate) from 2.0.5 to 3.0.5. Changelog Sourced from mockdate's changelog. 3.0.5 Use Rollup to build a proper UMD package. 3.0.4 Properly exposed window.MockDate when loaded in the browser. 3.0.3...

dependencies

I can't get correct language by set locale especially Chinese, the calendar always show english ``` import DatePicker from 'rc-calendar/lib/Picker'; import Calendar from 'rc-calendar'; import TimePickerPanel from 'rc-time-picker/lib/Panel'; import zhCN...

https://github.com/react-component/calendar/blob/46a444449d2e3dc8077bc68a5f070a6dd2a9e36e/src/util/index.js#L17 `utcOffset` can change for `value` when the month is changed from the picker. How to replicate: 1. Initialize with a moment date with US/Chicago time zone 2. Change the...

`onOK` lack the arg type, no match the document and real code

Reversed the color of all monotone colors (eg. #fff to #000, #666 to #999, #bbb to #444) to support dark mode.

I'd like the date to come after the calendar instead of before... is there something I'm missing that can easily flip this?

index.d.ts defines props onSelect as: https://github.com/react-component/calendar/blob/9.x/index.d.ts#L25 but the mixin allows for a second parameter: https://github.com/react-component/calendar/blob/9.x/src/mixin/CalendarMixin.js#L94 I believe something like this would resolve the issue: onSelect?: (date: Moment, cause?: {source: string})...