tamble / jquery-ui-daterangepicker

A JQuery UI based date range picker.
MIT License
184 stars 108 forks source link

Automatically apply DateRange when both dates are selected #31

Closed holtkamp closed 9 years ago

holtkamp commented 9 years ago

Currently a selected range should be 'applied' to actually update the value of the <input/> element.

In some situations it is useful to not rely on the "Apply" button, for example when no such button is used. Is it possible to configure the DateRangePicker in such a way that it automatically applies the selected DateRange when the end date is selected? Some kind of autoApplyOnSelectRange: true option would be nice...

holtkamp commented 9 years ago

Sorry, duplicate here https://github.com/tamble/jquery-ui-daterangepicker/issues/12, closing