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

The `format` prop accepts both `string` and `string[]`. Update the `format` prop type to match the underlying `CalendarPart` component. Without this change, passing an array of formats to the `RangeCalendar`...

Hi guys, I know how to disable all past days, but how to disable multiple separate dates in the future? Can I use an array here? I how the time...

Hello @react-component I would like to collaborate with the project, I am passionate about open source projects and application development. I am a graphic designer and I would like to...

I got this bug when trying to open the calendar select. please help. ![image](https://user-images.githubusercontent.com/49099200/60483007-e7030e80-9cbd-11e9-8760-5d482ed23d86.png) [email protected]

I edit code from examples but it error, please me. ```javascript import * as React from 'react' import moment from 'moment' import Calendar from 'rc-calendar' import Picker from 'rc-calendar/lib/Picker' import...

While moving up/down arrow keys over calendar dates, they actually are not read by screen reader voiceover. Did you check this earlier? For which all screen readers this been tested?

range calendar 默认向前选择时间区间,当前时间出现在第一个面板中;存在向后选择时间区的情况,此时当前时间出现在第二个面板中,给用户预留更多的选择空间,会更为友好 ![forward](http://7ximbf.com1.z0.glb.clouddn.com/FrLgxvo41mwmdqS1-L-aWn_eo4gD) ![backward](http://7ximbf.com1.z0.glb.clouddn.com/FhTk2wrH1xy_VKZ9St--ytfOpKG2)

Hi, I'd like to propose feature request that I think would be beneficial: currently we can select which dates can be disabled (grayed out) by providing `disabledDate` function. I prose...