You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 15, 2023. It is now read-only.
This tool is great. it works as expected with simple key value options; however is it possible to store additional information with the request?
I have a belongsToManyThrough in which i am using this tool to populate a BelongsToMany field. The issue i am having is that i have a singular table, say attributes, that stores the 2 primary keys and a third enum field. An example is product categories, in the attributes table i store the product_id, category_id and type (enum, value = 'category')
When doing this with this package i find that the type field always defaults to the default type - i need to be able to set the type for each multiselect, of which there are many. Is this possible?
The text was updated successfully, but these errors were encountered:
Hi,
This tool is great. it works as expected with simple key value options; however is it possible to store additional information with the request?
I have a belongsToManyThrough in which i am using this tool to populate a BelongsToMany field. The issue i am having is that i have a singular table, say attributes, that stores the 2 primary keys and a third enum field. An example is product categories, in the attributes table i store the product_id, category_id and type (enum, value = 'category')
When doing this with this package i find that the type field always defaults to the default type - i need to be able to set the type for each multiselect, of which there are many. Is this possible?
The text was updated successfully, but these errors were encountered: