jdtcn / BlazorDateRangePicker

A Blazor component for choosing date ranges and dates
MIT License
182 stars 35 forks source link

Allow ChosenLabel to be accessed (for example with creating a custom PickerTemplate) #72

Closed MineMaarten closed 2 years ago

MineMaarten commented 2 years ago

I would like to use the ChosenLabel property in a custom PickerTemplate, but I cannot because of it being internal. I made it public, and to prevent outside writes, made the setter private (which turns out could be done without breaking the library code).