igniteui-webcomponents
igniteui-webcomponents copied to clipboard
IgcMultiColumnComboBox's dropdown list shows behind IgcDialog
Description
The dropdown list of the IgcMultiColumnComboBox
component inside an IgcDialog
component appears behind the IgcDialog
's content, making it inaccessible to users.
Steps to reproduce
- Run the application I attached to this issue post.
- Click on the "Show Dialog" button.
- Once the dialog appears, click on the icon at the end of the right of the combo box component.
Result
The dropdown list of the IgcMultiColumnComboBox
component will appear behind the IgcDialog
's content.
Expected result
The dropdown list of the IgcMultiColumnComboBox
component must appear in front of the IgcDialog
's content.
[!NOTE] see also the issue #755, "IgcDatePicker's dropdown calendar shows behind IgcDialog". It was resolved by adding the
open-as-child
andis-fixed
properties for theIgcDatePicker
.