when using formfield on listbox component, the label is vertically centered not on upper left like in radzentextarea. When item is added nothing is happening until items are deleted to which label transitions to outlined even if no item on list.
Hi @imoi,
You can set margins to the ListBox as you see fit. Here is an example with Default theme:
<RadzenFormField Text="Label" Variant="Variant.Filled">
<RadzenListBox Style="margin: 24px 0 0; border-radius: 0;" />
</RadzenFormField>
same result. label moved to upper left portion and stay there even if listbox has no entry.
