Announcement

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

    Is fetch possible in a Select Item when 'mutiple: true' is given?

    Hi Isomorphic,

    I just want to know if i can fetch data in a select item if i have set it to show/select multiple items. If yes, how?

    Thank you

    #2
    With a multiple select, optionDataSource won't work, but you can call dataSource.fetchData() to fetch a valueMap and pass it to the SelectItem on creation of the form. See the dataSource.fetchData() documentation for examples.

    Comment

    Working...
    X