Sizing of RadzenTextarea

Hi, I want RadzenTextArea to occupy 100% of the height of its parent container. I tried various Styles, e.g. Style="flex: 1 1 auto; width: 100%; resize: none;"
but none of them worked.

Any ideas? Thanks!

Hi @Murmelmann,

The parent needs to be of display: flex; type for the TextArea's height: 100% or flex: 1; to take effect.