hasansezertasan / starlette-admin-fields

Extra fields to use with Starlette Admin
MIT License
4 stars 0 forks source link

Proposal: An advanced date field based on `daterangepicker` lib - `DateRangePickerField` #19

Open hasansezertasan opened 5 months ago

hasansezertasan commented 5 months ago

A date input with range-picking capabilities.

Why do you need this field? What does it solve? Please describe. To be able to pick date in a range.

Describe the solution you'd like dangrossman/daterangepicker: JavaScript Date Range, Date and Time Picker Component

Additional context

hasansezertasan commented 5 months ago

One other library: longbill/jquery-date-range-picker: A jQuery plugin that allows user to select a date range

hasansezertasan commented 4 months ago

Small update, Flatpickr has already support for Range Calendar.