Multicombo with no data source

Hello,

Is it possible to type into the multicombo view and add it to the list without having a data source defined? Alternatively, have a separate text field where I can enter the item, and it will appear in the multicombo, again without a data source?

Thanks!

Hello,
Please check information about newValues property of the multicombo

  { view:"multicombo", newValues:true, options:[] }

Thanks

Seems to work