PHP version: PHP 7.3.3 (cli) (built: Mar 8 2019 16:40:07) ( NTS )
Laravel: 5.8
GCE: 2.3.7
[attachment=1351:Screen Shot 2019-04-02 at 12.28.40 PM.png]
js error while selecting value from dropdown
grocery-crud-v2.7.3.55d7110.js:2249 Uncaught TypeError: Cannot convert undefined or null to object
at Function.from (<anonymous>)
at _toConsumableArray (grocery-crud-v2.7.3.55d7110.js:2249)
at InputMultiselectSearchable.linkedChange (grocery-crud-v2.7.3.55d7110.js:2290)
at HTMLSelectElement.onChosenChange (grocery-crud-v2.7.3.55d7110.js:14782)
at HTMLSelectElement.dispatch (jquery.js:5206)
at HTMLSelectElement.elemData.handle (jquery.js:5014)
at Object.trigger (jquery.js:8201)
at HTMLSelectElement.<anonymous> (jquery.js:8269)
at Function.each (jquery.js:362)
at jQuery.fn.init.each (jquery.js:157)
_toConsumableArray @ grocery-crud-v2.7.3.55d7110.js:2249
linkedChange @ grocery-crud-v2.7.3.55d7110.js:2290
onChosenChange @ grocery-crud-v2.7.3.55d7110.js:14782
dispatch @ jquery.js:5206
elemData.handle @ jquery.js:5014
trigger @ jquery.js:8201
(anonymous) @ jquery.js:8269
each @ jquery.js:362
each @ jquery.js:157
trigger @ jquery.js:8268
Chosen.result_select @ grocery-crud-v2.7.3.55d7110.js:11549
Chosen.search_results_mouseup @ grocery-crud-v2.7.3.55d7110.js:11441
(anonymous) @ grocery-crud-v2.7.3.55d7110.js:11154
dispatch @ jquery.js:5206
elemData.handle @ jquery.js:5014
create Crud column
$isoDocs->fieldType(
'isoRelatedID',
'multiselect_searchable',
Isodocs::getDocsList()
);
data sample
Collection {#399 â–¼
#items: array:20 [â–¼
1 => "WI-714-001"
2 => "WI-850-001"
3 => "WI-850-002"
4 => "WI-850-003"
5 => "WI-850-004"
6 => "WI-850-005"
7 => "WI-850-006"
8 => "WI-715-001"
9 => "WI-714-002"
10 => "WI-850-007"
11 => "WI-850-008"
13 => "WI-850-009"
14 => "WI-714-003"
15 => "WI-850-010"
16 => "WI-850-011"
17 => "WI-850-012"
18 => "WI-850-013"
19 => "WI-850-014"
20 => "WI-830-001"
22 => "WI-850-015"
]
}
any help is appreciated, I tried using the document_name instead of the id however still getting same error.
FYI it's working as expected with multiselect_native
