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
{{ message }}
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.
We are using a layout that has a table-like list of items, each containing a ui-select field. The items in this list need to be relatively positioned, and they need a z-index. This layout causes the ui-select dropdown menu to be rendered below the subsequent items in the list.
I have created a minimal example for this problem here:
As far as I'm aware, this is not a problem that ui-select itself can fix. However, we do need a way to handle this situation ourselves in our application, by increasing the z-index of the item with an open ui-select dropdown menu.
My first thought would be to add on-open and on-close events to the ui-select directive. Is that something that would be accepted (I can create a PR)? Or is there a better way to achieve what we need that I'm overlooking?
Thanks!
The text was updated successfully, but these errors were encountered:
We are using a layout that has a table-like list of items, each containing a ui-select field. The items in this list need to be relatively positioned, and they need a z-index. This layout causes the ui-select dropdown menu to be rendered below the subsequent items in the list.
I have created a minimal example for this problem here:
http://plnkr.co/2K8HuGAJ8EzJWlDaQJSh
As far as I'm aware, this is not a problem that ui-select itself can fix. However, we do need a way to handle this situation ourselves in our application, by increasing the z-index of the item with an open ui-select dropdown menu.
My first thought would be to add
on-open
andon-close
events to theui-select
directive. Is that something that would be accepted (I can create a PR)? Or is there a better way to achieve what we need that I'm overlooking?Thanks!
The text was updated successfully, but these errors were encountered: