inveniosoftware / react-searchkit

React component library for interacting with a REST API.
https://inveniosoftware.github.io/react-searchkit/
MIT License
78 stars 40 forks source link

Date range picker/filter #58

Open ppanero opened 5 years ago

ppanero commented 5 years ago

It would be nice to have support for date fitlers. For example with a datetime-picker like the one from Airbnb [1] or some range filters.

I have seen that Semantic-UI has no such components. However, both calendar[2] and slider[3] are available in Fomantic-UI (A seem-to-be better community maintained fork of SUI).

I am willing to work on this an contribute to it.

[1] https://github.com/airbnb/react-dates [2] https://fomantic-ui.com/modules/calendar.html [3] https://fomantic-ui.com/modules/slider.html

farhanassauqi99 commented 4 years ago

mantab

ntarocco commented 4 years ago

Implementing something similar here: https://github.com/inveniosoftware/invenio-app-ils/pull/783

Since Semantic UI does not have a calendar widget out of the box, this issue is tricky: adding a calendar lib might "collide" with the another calendar widget adopted in the main app.