Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    defaultToFirstOption not working on fetch of option data source with multiple entries

    SmartClient Version: v12.1p_2021-06-05/Pro Deployment (built 2021-06-05)
    Hey isomorphic!

    We're trying to create dynamic labels , and have run into a slight problem. The DefaultToFirstOption:True label is only working on the last form item in the Array. We were wondering if this was due to multiple fetches on the same data source, and if there was any solution to getting our form-items displaying correctly that doesn't involve creating a unique data source for each field.

    Looking forward to your response,

    Thanks,
    Christian
    Attached Files

    #2
    We see the issue you're talking about.

    As a workaround, since your issue might be related to picklist sharing, you may want to try setting pickListProperties for your SelectItems or ComboBoxItems to a non-null value (e.g. the empty object), to disable picklist sharing.
    Last edited by Isomorphic; 28 Jul 2022, 23:24.

    Comment

    Working...
    X