react-nice-dates icon indicating copy to clipboard operation
react-nice-dates copied to clipboard

A responsive, touch-friendly, and modular date picker library for React.

Results 60 react-nice-dates issues
Sort by recently updated
recently updated
newest added

Hi there, thanks for the lib! If i understand correctly the calendar will size to fit it's parent on render, I'm not sure how this is possible though since the...

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

Hi there. How could i choose year when i'm with touch device? As i can see, you blocked input focus (dunno why) ``` onFocus() { inputProps.onFocus(); setFocused(true); if (isTouch) {...

### Description It'd be nice to always show the year for the given month in the calendar navigation to avoid confusion and limit the possibility of the Date failing.

how to change the placement of datepicker popover. kindly help

Hi everyone, I'm using `DatePickerCalendar`, I want to disable month navigation, I check the API references but can't find any prop for this. Is there any way to archive this...

Hi, I'm working on something where it would be nice to show week numbers. I'm quite happy with your library but unfortunately this is missing for my use case. Is...

The calendar draws one more line of -outside dates per month. On the example image below, Calendar should stop on 3rd of January but displays one more row of January...

I have added a props direction which accepts value "lr" for horizontal calendar scroll, any other string passed down would show the default top down scroll behavior

Hello! First and foremost - thanks for the great work and an awesome library! I have a suggestion to add a property `showCurrentYear` or even `showYear` in the dates navigation....