Unable to use DxTextBox in DxDropDown within OffCanvas

50 views Asked by At

I'm coding in C# using DevExpress Blazor, and I'm facing an issue where I can't input text when using DxTextBox and DxComboBox within DxDropdown placed inside an OffCanvas. However, checkboxes work fine. Below is an image of my web page: thecolored arrow represents DxDropdown, and inside it is DxTextBox. The blue arrow represents OffCanvas.

enter image description here

I tried moving DxDropdown outside of OffCanvas, and it worked fine.

0

There are 0 answers