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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

Sample : https://www.syncfusion.com/downloads/support/common/4009/ze/MauiBlazorNumericTest_e82d44b1.zip


If the NumericTextbox is used with MAUI on mobile and tablet devices, the decimal separator does not work when using a physical keyboard. However, it works fine when using touch interaction.


Replication procedure :

  1. Run the sample with a Mobile or tablet.
  2. Try to enter “1.22” using the Physical keyboard.

Expected Output: Able to enter decimal separator in NumericTextBox component.

Current Output: unable to enter decimal separator in NumericTextBox component.