Hello
I can't get the numeric textbox working in my WebAssembly project. I'm using German settings which means the decimal separator is a comma (,) and the thousand separator a dot (.) I observe the same issue in your demo (https://blazor.syncfusion.com/demos/numeric-textbox/default-functionalities). If you switch the Localization to 'German - Germany', it looks fine:
But when I want to enter a different number, let's say 10,23, I can't because I can't enter a comma. When I'm entering it as 10.23 instead, it's turned into that:
Regards
Sven