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.
I tried moving DxDropdown outside of OffCanvas, and it worked fine.