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

Once the NumericTextBox component has been initialized, pasting "$3.00" into the input of the NumericTextBox updates its value, and when the focus is lost, the currency symbol is properly updated. However, if the value is cleared and the value is pasted again, it will not update the component correctly.

 

Note: If the user switches to the counter page and then returns to the index page, pasting the value also does not work.


Sample: Click Here to Download

Replication Procedure:

1. Run the sample.

2. Copy and paste the $3.00 plain text into the NumericTextBox.

3. Focus out of the component.

4. Clear the value and focus out again.

5. Paste the value into the component again.

 

Expected Output: Able to paste the currency value into the NumericTextBox.

Current Output: Unable to paste the currency value into the NumericTextBox.


Empty