Why this form fill is not working in filament resources? #162708
Answered
by
PalPatel5042
Manavsaliya
asked this question in
Code Search and Navigation
-
Select Topic AreaQuestion BodyI make a new resource and when need to fill and specific field like need to select and option but is not working. |
Beta Was this translation helpful? Give feedback.
Answered by
PalPatel5042
Jun 13, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$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