Duplicated
Last Updated: 23 Aug 2024 12:50 by ADMIN
Benjamin
Created on: 01 Sep 2023 08:30
Category: UI for Blazor
Type: Feature Request
3
clear button for textbox

Hello,

 

I would like to have a parameter to show or hide a clear button on TextBox.

 

regards

Duplicated
This item is a duplicate of an already existing item. You can find the original item here:
2 comments
ADMIN
Hristian Stefanov
Posted on: 23 Aug 2024 12:50

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.

Furthermore, we have recently introduced a built-in clear button for the TelerikTextBox in version 6.0.0:
<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

David
Posted on: 21 Aug 2024 22:24
Can we please confirm if this is actually duplicated?  The linked item is for support of icons for pre and post fix.