Howdy October People
I want to add a parent dropdown to my tailor structure:
parent:
type: relation
optionsMethod: App\Provider::getParentIdOptions
options: App\Provider::getParentIdOptions
label: Parent
nameFrom: name
span: auto
Using it like this, the current parent is not preselected, and the value is not saved. Changing the field name to parent_id makes it disappear completely.
How would one add a custom parent selector dropdown to a Tailor blueprint?