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:

Multiline textbox is not rendered only when using FormGroup in the initial rendering.

Sample: https://blazorplayground.syncfusion.com/LtrpXBZIVQgoUZLW

Multiline Textbox with form group


Multiline Textbox without form group

Sample: https://blazorplayground.syncfusion.com/BNLTjBtShGnqcuXd


Note: After editing this textbox field, the multiline textbox displayed properly

Replication Procedure:

  1. Run the sample.
  2. See the last field(Multiline Textbox).

Expected: Multiline textbox should render.

Actual: Multiline textbox is not rendered.


Case2:


When I had the form item in a FormGroup, the label appeared. However, when I changed the selection, the label disappeared. But if I used the label tag inside the template and after changed the value, the label text would be shown.

Sample: https://blazorplayground.syncfusion.com/LNVfDhDarXXWfVGT

Replication Procedure:

  • Run the sample
  • Type any text and focusout
  • You can see the issue

Expected: Label text should not change after select the value in dropdownlist

Actual: Label text has changed after select the value in dropdownlist