Widget Combo box should show defined Caption and not Target Attribute when reopen a form

0
Use most recent Widget Combo box with source Database, works fine with one exception. Currently it shows the Target Attribute when reopen a form and not the defined Caption. Is it possible to change this behaviour? Or is their already an option for this? ( Mendix Studio Pro Version is 10.16.1)
asked
1 answers
0

In general, when opening a page, containing a combo box, targeting an attribute/association the value set will be show. Thus this will result in

  1. Empty value when no value is set
  2. Caption when no value is set, and caption is set
  3. Set value when a value is know for
    1. Attribute
    2. Used association and target attribute of referenced object

When using a boolean as set attribute, it will always give a set value, as the default value is either true or false, empty isn't an option for booleans.

 

answered