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
Is your feature request related to a problem? Please describe.
I got problem with select dropdown list when it is insde a modal with overflow hidden then then dropdown list has position absolute, but i find that if i move select to the datagrid then the dropdown list has specials atributes with position fixed. Select.js (169 line & 1155 line).
Describe the solution you'd like
It will be very nice if i can manipulate if i want position fixed / absolute in component edit modal. Something like "Allow fixed position of dropdown list"
Describe alternatives you've considered
No alternatives i considered.
You might be able to accomplish this with a custom component. Also we are always willing to review any contributions for added behavior, but this in particular isn't something we expect to resource at the time.
Is your feature request related to a problem? Please describe.
I got problem with select dropdown list when it is insde a modal with overflow hidden then then dropdown list has position absolute, but i find that if i move select to the datagrid then the dropdown list has specials atributes with position fixed. Select.js (169 line & 1155 line).
Describe the solution you'd like
It will be very nice if i can manipulate if i want position fixed / absolute in component edit modal. Something like "Allow fixed position of dropdown list"
Describe alternatives you've considered
No alternatives i considered.
Additional context
Select component code where is this functionality
The text was updated successfully, but these errors were encountered: