angular-selector icon indicating copy to clipboard operation
angular-selector copied to clipboard

How to send selected data to POST?

Open vgavrilovikj opened this issue 4 years ago • 0 comments

How can I send the selected items to POST? If I only attach name="authors[]", this is what I get in POST:

[authors] => Array ( [0] => object:66 [1] => object:70 )

How can I get the value instead of object?

vgavrilovikj avatar Mar 09 '20 22:03 vgavrilovikj