Closed cvignola closed 4 years ago
See ActionModal.js. We currently only support a field.type of string and select. We need to add a new one for multiselect. You'll need to use the Multiselect carbon component. Start with none of the items in the list checked. The new field.type would be 'multiselect'.
Should return a comma delimited string of selected values.