bjornbjorn
bjornbjorn
FFilament
Created by bjornbjorn on 12/14/2023 in #❓┊help
Bug with select->multiple(), other ->live() components and $get()?
yes, that code works fine. The issue is that i clears the state of the other ->live() components .. or rather, doesn't clear them in the UI but if I do $get('some_state') after interacting with the users select that other state returns 'null'
7 replies
FFilament
Created by bjornbjorn on 12/14/2023 in #❓┊help
Bug with select->multiple(), other ->live() components and $get()?
yes
public function users(): BelongsToMany
{
return $this->belongsToMany(User::class);
}
public function users(): BelongsToMany
{
return $this->belongsToMany(User::class);
}
7 replies