mendixlabs / CustomDropdown

A custom dropdown selection widget for Mendix. This widget allows you to fully customize the behaviour of the dropdown widget from within Mendix. Microflows can be set to determine exactly what should happen on select/create/clear actions.
Other
5 stars 14 forks source link

Can not overflow size of a parent div (like in-line in a data grid) unless overflow: visible (but then parent can not scroll) #19

Open NOA-Alex opened 2 years ago

NOA-Alex commented 2 years ago

I want to use the Custom Dropdown Widget within a Data Grid 2 table. For example to set the language of a document or the country of a phone number while in table view. The table is using virtual scrolling on x and regular scrolling on y (if the table is wider than the parent). The regular dropdown opens and shows beyond and on top the x or y scrollbar. While the Custom Dropdown Widget activates and stays within the view surrounded by the scrollbars. The only way I can make the Custom Dropdown Widget extend beyond area is to set overflow: visible. But then the table does not has any scrollbars at all (even when they are needed when the table is too wide or too long). Trying to work with position relative, absolute, z-index, etc. did not solved the issue.

fpellanda commented 7 months ago

This PR looks promising for the issue. https://github.com/mendixlabs/CustomDropdown/pull/47