Database notifications panel stays open after clicking ->url() notification action in spa mode
Columns\Layout\Stack - Record Spacing
How to deal with a relationship's relationship in TextInputs?
Order
hasMany Products
which each have a belongsTo ServiceFile
. In a repeater, I'm listing my Order's Products, which works, but when I try to access fields on these Products' ServiceFiles, nothing shows up.
My code:
```php...How to test modal actions?
registerModalActions()
function and when I mount the "parent" action and use the assertSee()
function to check for the modal action's label I can find it just fine, but if I try to actuall call the modal action it says that no action with that name exists on my page, do I maybe have to load the action differently?
This is how I'm currently trying to access it:
```php
it('can use modal action', function () {...Select::createOptionForm fill?
Action
with 2 wizard steps. The first step contains a Select
input with a createOptionForm
from another resource. How can I fill in some values to this form based on the current record?
Minimal example (with some details removed for brevity):
```
Forms\Components\Select::make('assigned_user_id')...Create Action using different forms
Create Comment - where to inject parent ID?
"Update" request to server every sec!
Problem Dehydrated Multiple Select
Select
fields:
```php
Select::make('teams')
->multiple()...How do I filter count columns
Open a second require confirmation modal from the first require confirmation modal
How to translate select values
many to many relationship
Filament plugin as a WordPress Gravityforms alternative
Issue on Select Field with a second level relation.
->pivotData(fn($get) => ['media_id' => $get('media_id') ])
->pivotData(fn($get) => ['media_id' => $get('media_id') ])
Run into a problem setting up reverb for notification
Badge color doesn't update using Enum status
status
value is changed from activated
to deactivated
via form, the text inside badge will update to the getLabel() value, however, the color of the badge doesnt update.
...