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!

1
Vote

Description: When working with a numbered list, pressing Enter correctly adds the next number in the sequence. However, if you press Backspace after creating a new list item, it not only deletes the number but also removes the last character from the previous line, which is unexpected. Furthermore, after performing this action, pressing Enter again results in two new numbers being added instead of just one, which is also incorrect behavior.


Steps to Reproduce

  1. Run the sample.
  2. Place the cursor at the end of the second list item and press Enter → a new list item is created (expected).
  3. Press Backspace → notice that it deletes the number and the last character of the previous line (unexpected).
  4. Press Enter again → two new numbers are added instead of one (unexpected).

 

Expected behavior:  The expected behavior is that pressing Enter should add only one new list item in sequence, and pressing Backspace should remove the current list number without affecting the text in the previous line.

 

Actual behavior: The actual behavior observed is that Backspace deletes the list number along with the last character of the previous line, and pressing Enter after this action adds two new numbers instead of one.


Image