alumuko / vanilla-datetimerange-picker

A JavaScript component that is a date & time range picker, no need to build, no dependencies except Moment.js, that is based on Dan Grossman's bootstrap-daterangepicker.
MIT License
144 stars 16 forks source link

Allow ranges to be selected without closing the date picker #10

Open camilocalvo opened 1 year ago

camilocalvo commented 1 year ago

Currently, selecting a range for the date picker applies the range and then closes the date picker automatically. It might be nice instead to see the range confirmed first, then be able to cancel or apply. Could there be an option added that does this?

kopax-polyconseil commented 1 year ago

It seems you should use the options autoApply = false