Skip to content

Why this form fill is not working in filament resources? #162708

Discussion options

You must be logged in to vote

$this->form->fill() is not working on resource because it extends \Filament\Resource so form fill is not availabe in Resource

you can use create and edit file with saperate route with extend CreateRecord or EditRecord that is also extend by Pages so form->fill is working

Replies: 1 comment

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Search and Navigation Search, navigate, and understand code on GitHub Question Ask and answer questions about GitHub features and usage
2 participants