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

Year picker

Open X7Becka opened this issue 4 years ago • 0 comments

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.

X7Becka avatar Mar 29 '21 07:03 X7Becka