t0gre / react-datepicker

An easily internationalizable, accessible, mobile-friendly datepicker library for the web, build with styled-components.
https://react-datepicker.netlify.com/
MIT License
331 stars 54 forks source link

DateSingleInput - onFocusChange prop. Issue with invalid characters displaying to user. Date validation. #130

Open riaGh0sh opened 3 years ago

riaGh0sh commented 3 years ago

Great component! Very user friendly. I however have one question....I want to prevent the user from entering past the year value. Please see attached picture. issue1

So how can I use some type of regEx or JavaScript validation to prevent the user from entering past the year.