In Development
Last Updated: 19 Dec 2025 11:05 by ADMIN
Scheduled for 2026 Q1 (Feb)

Description

The DatePicker and the rest of the picker that have the ShowClearButton parameter (e.g., TimePicker, DateTimePicker) do not hide the clear button, when the initial value is null or after the user clears the existing value. This is inconsistent with the TextBox behavior, or with the behavior of the pickers in other suites.

Workaround
https://blazorrepl.telerik.com/wpaiFzFc26Zot90s18

Steps To Reproduce

Run the following REPL example: https://blazorrepl.telerik.com/QfEWvzvc35O5poYW04

Actual Behavior

The clear button is visible.

If you select a date and clear it, the clear button remains visible.

Expected Behavior

The clear button is hidden.

Browser

All

Last working version of Telerik UI for Blazor (if regression)

No response

In Development
Last Updated: 19 Dec 2025 11:04 by ADMIN
Scheduled for 2026 Q1 (Feb)

I produced this REPL: https://blazorrepl.telerik.com/QJbcvsFJ43Oc231U28

By clicking the Close X button on each DatePicker, the result shows the invalid state when the DatePicker uses a PlaceHolder.

I would like clarification on why this may be happening.

Or perhaps it is a bug.

Christopher Taleck