Hello,
I have a dialog that in essence looks like this:
<RadzenTextBox />
<RadzenHtmlEditor />
I am opening it with a DialogService which has the parameter AutoFocusFirstElement
set to true
by default. The problem is, when I open the dialog, the text box is not in focus, but the HTML editor is, even though it is not the first element of the form. Is this a bug, or am I doing something wrong?
Thanks for any help!
Tomas