Closed dave-gcv closed 1 month ago
@dave-gcv, RadzenFormField is not designed to accommodate this specific scenario, yet you can use <RadzenFileInput Style="width: 100%; --rz-upload-button-bar-padding: 2rem 0.5rem 0.5rem;"
until we have a proper fix.
I have noticed that there is a layout problem when using the RadzenFileInput inside a RadzenFormField under certain conditions:
Set Variant="Variant.Flat" on the RadzenFormField
This causes the field label to conflict with the file choose button. This is reproducable on the the demo page: https://blazor.radzen.com/fileinput
This seems similar to issue #1654