Skip to content

Releases: mendixlabs/CustomDropdown

2.5.0

28 Jul 13:24
4fb9416
Compare
Choose a tag to compare
  • making sure options are loaded correctly in some edge cases

Big thanks to @NammNguyen for this contribution!

2.4.0

10 Jun 12:04
d803920
Compare
Choose a tag to compare
  • Added a force refresh of default option when the context object changes.

Big thanks to @NammNguyen & @BananiMendix for this contribution!

2.3.0

30 May 12:12
Compare
Choose a tag to compare
  • Add dynamic classes to the default value and/or options, for example to mark various options and/or the default value as favorites.
  • Refresh the data source microflow to allow advanced filtering in the microflow.
  • Updated dependencies

Big thanks to @GDKMaartenKroneman for developing these new features!

2.2.0

19 Feb 16:07
a70e4c1
Compare
Choose a tag to compare
  • New (server side) pagination functionality, big thanks to @BananiMendix & @dtitenko for developing this new feature!
  • Fixed deprecation warning in mx 9
  • Updated dependencies

2.1.0

04 Jun 08:25
Compare
Choose a tag to compare
  • added loading state
  • upgrade react-select to 4.3.1

2.0.0

01 Jun 11:43
87c5b85
Compare
Choose a tag to compare
  • fix for mendix 9.2.0
    • the attributes of both the defaultValue as the options datasource now have to be configured

1.0.2

06 May 10:04
Compare
Choose a tag to compare
  • updated packagePath
  • fixed test project

1.0.1

26 Apr 15:49
Compare
Choose a tag to compare
  • Refactoring of included styles
  • Refactored null checks
  • Removed loading state

1.0.0

21 Apr 13:19
Compare
Choose a tag to compare

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.