longbill / jquery-date-range-picker

A jQuery plugin that allows user to select a date range
MIT License
1.12k stars 579 forks source link

[BUG] form with date-range-picker submits extra hour and minute params #505

Open mafar opened 3 years ago

mafar commented 3 years ago

Dear Devs, It will be very help if you remove name field from sliders. Then form wont consider them during submission event. Some Backends are very strict and wont accept except extra params.

(Tested in inlineMode) By default , date-range-picker adds minutes and hours in params during form submission which can be avoided.

image