Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Releases: bizzomate/ComboSelector

Added enums

14 Feb 14:54
Compare
Choose a tag to compare

The ComboSelector now also supports the use of enums for the association display/search attribute

Added searchMethod (contains/starts-with)

02 Sep 13:12
Compare
Choose a tag to compare

You can now choose between search with "contains" (default, previously the only option) or with "starts-with". This works for both the Xpath (searching on the server) and the Widget (searching in front-end, based on a list from Xpath or MF) options.

Fix for Mx7

02 Sep 10:50
Compare
Choose a tag to compare

Fix for Mx7, tested with Mx7.23.6

Added readonly class

05 Sep 12:36
Compare
Choose a tag to compare

Added class to identify when the widget is rendered as readonly.

Avoid error when user enters ' or "

21 Feb 09:50
Compare
Choose a tag to compare

Escape ' and " characters to avoid errors when the user would enter
these in the input field.

Update on MF refresh

08 Nov 10:38
Compare
Choose a tag to compare

Added an objectHandle so the widget also correctly updates content when the context object is updated via a microflow.

Added Xpath serverside execution

27 Jun 10:08
Compare
Choose a tag to compare

Added the possibility to execute the search (when Xpath is used instead of MF) on the server instead of in the client. This is can be used for when there are too many items to be processed front-end.

Added icon

08 May 06:29
Compare
Choose a tag to compare

Added an icon to make the widget more recognizable in the Mendix modeler.

1.0.0

08 May 06:17
Compare
Choose a tag to compare
Initial commit