1
I am using the jQuery Date Range Picker in a form. Follow the code on jsfiddle
My problem is when I cling to input Input the date range Picker appears normally, but when I click on the input date I needed it to close and open in the Output input. As it is I select the input and output date by the input input.
Does anyone know how I can fix this?
After selecting the first date, put the datepicker div below the final date input, serves as solution?
– Mathiasfc
Note that in the code I passed in jsfiddle when I select a enter the date range Picker is only in the input input. Notice how it works on the https://www.decolar.com/ website was the way I needed it
– usuario