Closed Lesterdor closed 3 years ago
Hey, is there a way to set DateRangePicker's id explicit like: <DateRangePicker id="foobar">
<DateRangePicker id="foobar">
This would be great for <label for="foobar">Show</label>
<label for="foobar">Show</label>
If I set the id as shown above the calendar appears in the left top corner of the screen and not under the generated input field.
I think this happens because of other id in the javascript.
Thank you for your reply
Hi, I fixed this issue in new package version.
Hey @jdtcn ,
thank you so much for your passion and your help!
Hey, is there a way to set DateRangePicker's id explicit like:
<DateRangePicker id="foobar">
This would be great for
<label for="foobar">Show</label>
If I set the id as shown above the calendar appears in the left top corner of the screen and not under the generated input field.
I think this happens because of other id in the javascript.
Thank you for your reply