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

The paste function does not work on the NumericTextbox when the copied value contains a group separator, such as a space. https://blazor.syncfusion.com/demos/numeric-textbox/default-functionalities?theme=fluent

Reproduction Steps:

  • Run the sample
  • Please copy and paste the number into the numeric textbox (e.g., 1 111).
  • You can see the issue

Expected Behavior: We need to remove unwanted characters when copying and pasting into the numeric textbox.

Current Behavior: Value is not pasted on NumericTextbox when the value contains a space