You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the CascadeSelect component and it shows at the bottom of the page.
When I click the control, the first drop panel shows at the top of the control, which is expected behavior.
Then when I click one of the choice to show the sub-panel dropdown, it aligns top with the first dropdown panel, When the second panel is long, it cause the scrollbar to shown on the right. Is there anyway that the all the sub-panels also shown above the control, i.e. align bottom with the first panel.
Not sure it is possible by css, since it is need to be switched on only when the first panel shown at the top of the current control.
See my fork https://stackblitz.com/edit/r3ccsc for the issue. Click US it will show a long dropdown list.
Thanks,
Lixin
The text was updated successfully, but these errors were encountered:
Hi,
I am using the CascadeSelect component and it shows at the bottom of the page.
When I click the control, the first drop panel shows at the top of the control, which is expected behavior.
Then when I click one of the choice to show the sub-panel dropdown, it aligns top with the first dropdown panel, When the second panel is long, it cause the scrollbar to shown on the right. Is there anyway that the all the sub-panels also shown above the control, i.e. align bottom with the first panel.
Not sure it is possible by css, since it is need to be switched on only when the first panel shown at the top of the current control.
See my fork https://stackblitz.com/edit/r3ccsc for the issue. Click US it will show a long dropdown list.
Thanks,
Lixin
The text was updated successfully, but these errors were encountered: