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

Please, consider adding an option to show the number of characters typed below the SfTextBox control, as shown here:

Capture.png

It's a very useful feature for users. It's not very hard to implement for me, but it adds quite a lot of html elements and styles around, so it's quite weird. Furthermore I need to call StateHasChanged() on every keypress so it triggers a rerender of the control context unnecesarily. I know I can wrap all this in a custom component but it seems more reasonable that you include this feature in your library.


Thanks and best regards