Hi
My code is working perfect when I tried to add an item but on the edit form the multiselect_searchable field is not showing my selected options, just an empty field is returned.
Looking at my database the options are saved as expected like 1,2,5, etc…, my collation field type is latin1_swedish_ci and field type as text.
Looking at web browser console I found the following code when input field is displayed:
HERE IS MY SELECTED VALUE
.......
so, if I remove the following code “overflow: hidden; white-space: nowrap; width: 0px;” I am able to see all selected values but this only happens in one of my pages other ones works perfectly.
From what I understand this is most probably an issue that you have from your CSS, so something in your template is pushing away I guess the fields. Are you using latest Grocery CRUD Enterprise? version 3.1.13 ?