How to save data in select CreateOptionForm
```
i have 2 resources
- PicklistOptionResource
- PicklistResource
- that i have created in modal
- i want to save the data after the data is passed
how to do that
3 Replies
https://filamentphp.com/docs/2.x/forms/fields#creating-new-records
You may define a custom form that can be used to create a new record and attach it to the BelongsTo relationship
@leandro_ferreira worked........thanks
also have another question
if any picklist is selected from the dropdown
i want to auto fill the createOptionForm
with respected data
when clicked +