Stephan
Stephan
Explore posts from servers
FFilament
Created by Stephan on 7/29/2024 in #❓┊help
Unregister cluster in navigation menu
Hi, I'm trying to hide the cluster in the navigation menu using protected static bool $shouldRegisterNavigation = false; , but it's not working. I want to hide it because it's for account settings, which I prefer to show under the profile dropdown instead of the regular navigation menu. How can I achieve this?
16 replies
FFilament
Created by Stephan on 7/24/2024 in #❓┊help
Prevent newly created item from being collapsed
Hi, I have a question about using collapsed() in Repeaters. I'm trying to ensure that when I add a new item to my repeater, the newly created item is expanded by default, while the previously existing items remain collapsed (or expanded). How can I achieve this?
Repeater::make('items')
->schema([...])
->collapsible()
->collapsed()
->...
Repeater::make('items')
->schema([...])
->collapsible()
->collapsed()
->...
2 replies