Nechalon - Is this (https://twillcms.com/docs/f...
# ❓questions
n
Is this (https://twillcms.com/docs/form-fields/multi-select.html#content-multi-select-with-dynamic-values) the same multi_select that we use as
@formField('multi_select', [])
? I cant setup the
name
field for the
multi_select
, it gives back
table or view not found
error.
i
yes it is the same, but if you're using it with dynamic values from another module you need to set things up accordingly (relationship in the model, afterSave in the repository, and formData in the controller)