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!
Thanks for joining our community and helping improve Syncfusion products!
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:
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:
Expected: Label text should not change after select the value in dropdownlist
Actual: Label text has changed after select the value in dropdownlist