accepts datapage name(when listtype is datapage) or array of objects(when listtype is associated) with respective data that can be mapped based on columns prop
column configuration array to map the groupdata source results with multiselect group meta data below are the list of configurations supported : key : DP result column value which needs to be key in multiselect group list primary : DP result column value which needs to be primary text in multiselect list secondary : DP result column value which needs to be secondary text in multiselect list
accepts an array of objects which contains the group data
helper text for multi select component
indicates whether to show label or not
accepts an original list of params
indicates whether multiselect component need to be configured to show group data which will show group items first -> on clicking any of group data -> shows it's respective items which can be selected
label for multi select component
accepts values 'datapage', 'associated'
criteria for searching the results Ex : contains
max results that we need to get when we try to fetch results from data page
accepts an object/array of params that can be passed for datapage while fetching data
placeholder for the input textbox in combobox
indicates whether to show the multiselect component as readonly or editable
indicates whether to show the multiselect component as required or not
indicates whether to show secondary data only in search results or also while showing actual results
testId that can be seen in DOM for combobox
validation message
input value for the text box
column configuration to map the datapage results with multiselect items meta data below are the list of configurations supported : key : DP result column value which needs to be key in multiselect items list primary : DP result column value which needs to be primary text in multiselect list secondary : DP result column value which needs to be secondary text in multiselect list shown below primary text itemsRecordsColumn : column which contains list of records in DP for multiselect with group data that needs to be populated in items array for respective group item itemsGroupKeyColumn : DP result column value that can be compared with key value in multiselect group list