AuraQ / BootstrapMultiSelectForMendix

Multi select dropdown control for Mendix
Apache License 2.0
0 stars 7 forks source link

Ability to add display attribute of any data type #7

Closed siddiqui111 closed 7 years ago

siddiqui111 commented 7 years ago

Currently I can only select string as display attribute but it is possible if we can have any data type that can be selected as display attribute ?

lindski commented 7 years ago

I've added basic templating in commit 75aa03b which allows you to define a template using multiple attributes (AutoNumber, String, Enum, Integer, Float, Currency, Decimal, Long and DateTime)

The Display Attribute property has been replaced by Display Template and Template Attributes has been added to define the data to display

Need to add some additional test cases but there is a copy available in the test project if you want to take a look.

lindski commented 7 years ago

This is now available in the app store