hernansartorio / hernansartorio/react-nice-dates

Year picker

Open
#62 0 comments 2 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.1k
Forks
77
PR merge metrics
No merged PRs in 30d

Description

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) {
^^^^^^^
inputRef.current.blur();
}
}
```

so for now i can only play like cookie-clicker to set something like 2000 and earlier.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.