Replies: 5 comments
-
|
Where exactly is the issue. You can't just say you suggestion solve an issue without explicitly explaining the issue. |
Beta Was this translation helpful? Give feedback.
-
|
@crynobone |
Beta Was this translation helpful? Give feedback.
-
|
Your z-index grid doesn't assume that SearchInput will be used inside of filter dropdown |
Beta Was this translation helpful? Give feedback.
-
|
Look right to me, Dropdown has z-index 40 so SearchInput backdrop z-index should be higher. |
Beta Was this translation helpful? Give feedback.
-
|
Dropdown z-index is 40, while backdrop for SearchInput z-index is 45. So it covers DropDown |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Description:
New SearchInput component includes overlay which used for click-outside logic. This overlay has wrong z-index (z-45). It conflicts with other z-index values and doesn't allow to select items from SearchInput select when SearchInput located on Resource index page.
It should be changed to z-35 and issue will be solved.
Beta Was this translation helpful? Give feedback.
All reactions