The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi Syncfusion community, i want to have possibility to clear currency textbox input when click on backspace button (number by number) or all when click on delete button instead of set min or max value (behavor near to textbox)
UNUnknown Syncfusion Team July 24, 2020 10:12 AM UTC
Hi Riad,
Thanks for contacting Syncfusion support.
We have checked your query “Need to remove digits one by one on backspace or delete entire on delete key instead of setting Min or Max value” and it can only be achieved by not assigning any values to MinValue property. And the entire value displayed in CurrencyTextBox ($0.00) after deleting can be removed by enabling AllowNull property. Please refer the below code snippet and video for same.