jdtcn / BlazorDateRangePicker

A Blazor component for choosing date ranges and dates
MIT License
186 stars 34 forks source link

Way to set attribute id explicit #41

Closed Lesterdor closed 3 years ago

Lesterdor commented 3 years ago

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

jdtcn commented 3 years ago

Hi, I fixed this issue in new package version.

Lesterdor commented 3 years ago

Hey @jdtcn ,

thank you so much for your passion and your help!