Andy McOvens
Andy McOvens
FFilament
Created by Andy McOvens on 3/4/2025 in #❓┊help
Any reason TextInput doesn't use CanFixIndistinctState?
creating and using the following class works in my limited testing, wondered if there was a reason?
class NewTextInput extends TextInput
{
use CanFixIndistinctState;
}
class NewTextInput extends TextInput
{
use CanFixIndistinctState;
}
1 replies
FFilament
Created by Andy McOvens on 6/14/2024 in #❓┊help
Allow Relation Manager to to link to the `view` page rather than open a modal
The docs state if a view page exists, a ViewAction will use that instead of open a modal. This works on a basic resource table, but it is still opening as a modal on a RelationManager's table() method. Does anyone know if there anyway to force it top open as a url rather than modal?
5 replies