I'm working with RadzenDatePicker and have added a "Today" button in the footer.
Everything works fine, but the issue is that when I click the "Today" button, I want the date picker popup to close automatically.
I tried using the @ref property with xDatePicker?.Close(), but it doesn’t seem to work.