© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
9 replies
dzoniia

Select multiple on edit disable delete of selected items

Is it possible to disable deletion of selected items in multiple select on edit page.
Example: on create operation, user chooses two of three values. On edit operation, selected values should be disabled or unable to delete. The user can only add other value.
Solution
maybe this?
->selectablePlaceholder(fn (string $operation) => $operation === 'create')
->selectablePlaceholder(fn (string $operation) => $operation === 'create')
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Disable search on select multiple
FilamentFFilament / ❓┊help
2y ago
Builder - disable delete action on some items (default items)
FilamentFFilament / ❓┊help
8mo ago
Sum of items selected on table?
FilamentFFilament / ❓┊help
2y ago
Disable edit on row
FilamentFFilament / ❓┊help
3y ago