Mini Picker: Allow Custom Values with Field Interaction

Clients can allow mini-pickers to save values that are not in the list, as they had in S-Release, and can now do so via a field interaction. This only applies to fields with the Mini Picker edit type and Allow Multiple Values field mapping configuration set to TRUE.

Example field interaction: API.form.controls.<field>.config.allowCustomValues = true;

Top