I couldn't attach default values to form.
So, I had overwritten the package and added the small code, and it started taking default values on creation.
Now when I provide ->default([array]), where array is list of selected ids (like [1,2,3]), it works.
I couldn't attach default values to form. So, I had overwritten the package and added the small code, and it started taking default values on creation. Now when I provide ->default([array]), where array is list of selected ids (like [1,2,3]), it works.