nicko170
Can I pass in a filament resource's form into createOptionsForm()?
Forms\Components\Select::make('region_id')
->relationship('region', 'name')
->label('Region')
->required()
->createOptionForm(fn(Form $form) => RegionResource::form($form))
->searchable()->preload(),
7 replies
Minimal Theme iOS scrolling issue
Hey @Zep Fietje , you were right, it's absolutely an issue with core not minimal theme. I've logged a bug with a fresh project linked for you.
https://github.com/filamentphp/filament/issues/10915
8 replies
Minimal Theme iOS scrolling issue
Hey @Zep Fietje - the bottom of the scroll bar in chrome on iOS just doesn’t work when there are quite a few resources, you just can’t see the last couple of items in there and you can’t scroll to them! I’ll see if I can reproduce it in a new installation today
8 replies