kappnav / issues

kAppNav global issues
0 stars 0 forks source link

add "multiselect" type for action input #199

Closed cvignola closed 4 years ago

cvignola commented 4 years ago

Should return a comma delimited string of selected values.

k8vance88 commented 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'.