arfedulov / semantic-ui-calendar-react

Datepicker react component based on semantic-ui-react components
https://arfedulov.github.io/semantic-ui-calendar-react/
MIT License
260 stars 92 forks source link

Discrete dates input feature #215

Open shuieryin opened 3 years ago

shuieryin commented 3 years ago

Hello,

Thanks for bringing out the greatest react date picker I've ever used!

So currently I have this requirement to input multiple (not ranged) discrete dates in single popup calendar, I've implemented a component for the discrete input view in my local and it looks like this:

3

Just wondering if it is ok to adopt this feature? I would love to raise a PR about this.