Skip to content

Releases: mendixlabs/CustomDropdown

2.5.0

Choose a tag to compare

@JansenNick JansenNick released this 28 Jul 13:24
4fb9416
  • making sure options are loaded correctly in some edge cases

Big thanks to @NammNguyen for this contribution!

2.4.0

Choose a tag to compare

@JansenNick JansenNick released this 10 Jun 12:04
d803920
  • Added a force refresh of default option when the context object changes.

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

2.3.0

Choose a tag to compare

@JansenNick JansenNick released this 30 May 12:12
  • 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

Choose a tag to compare

@JansenNick JansenNick released this 19 Feb 16:07
a70e4c1
  • 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

Choose a tag to compare

@JansenNick JansenNick released this 04 Jun 08:25
  • added loading state
  • upgrade react-select to 4.3.1

2.0.0

Choose a tag to compare

@JansenNick JansenNick released this 01 Jun 11:43
87c5b85
  • fix for mendix 9.2.0
    • the attributes of both the defaultValue as the options datasource now have to be configured

1.0.2

Choose a tag to compare

@JansenNick JansenNick released this 06 May 10:04
  • updated packagePath
  • fixed test project

1.0.1

Choose a tag to compare

@JansenNick JansenNick released this 26 Apr 15:49
  • Refactoring of included styles
  • Refactored null checks
  • Removed loading state

1.0.0

Choose a tag to compare

@JansenNick JansenNick released this 21 Apr 13:19

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.