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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ Add Mendix elements to a dropdown container. Heavily based on [DropDownDivConver
17
17
From Mendix 8.2.x and upwards it is possible to to add standard Mendix components to widgets. This Dropdown Container will behave as a dropdown button, but you can model the inside of the container using Mendix Studio Pro.
18
18
19
19
> NOTE: A Pluggable widget (as of now) can only contain other pluggable components like buttons and texts. You cannot add listviews. This is a limitation in the platform, not the widget. See [here](https://github.com/JelteMX/mendix-dropdown-container/issues/3)
20
+
> UPDATE: It seems that the capabilities for containment area's (that is used in this widget) is improved in [Mendix Studio 8.10](https://docs.mendix.com/releasenotes/studio-pro/8.10#8100). If you have issues, please update to at least 8.10.
0 commit comments