Hello,
I would like to have a parameter to show or hide a clear button on TextBox.
regards
Hi David,
I can confirm that this request is a duplicate of the "input prefix and suffix icons" item, as this feature enables the addition of a custom clear button.<TelerikTextBox @bind-Value="@StringValue"
ShowClearButton="true"
Width="300px" />
@code {
private string StringValue { get; set; } = "Test";
}
Regards,
Hristian Stefanov
Progress Telerik
Do you have a stake in the designеr-developer collaboration process? If so, take our survey to share your perspective and become part of this global research. You’ll be among the first to know once the results are out.
-> Start The State of Designer-Developer Collaboration Survey 2024