Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hello,
We are encountering issues with pasting currency localization (DE-de) into numeric textboxes.
When we attempt to paste the text value '10,55 €', it gets transformed into a value of '1055'.
Upon investigation, I identified that the issue stems from your JavaScript function. It seems that because of the '€' character, the test function fails to work properly. Additionally, in the 'else' condition, the replace function removes our decimal character.

Could your team please address this issue by:
Replacing all non-number characters before the numericRegex.Test function.
Ensuring that the correct comma decimal separator is added, similar to your numericRegex.Test function.

Your prompt attention to this matter would be greatly appreciated.
Thank you in advance.
Martin