© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
1 reply
core

how to create order ID (step_number) for repeater on create and reorder on create, edit?

I have the basic repeater form component:
// Step by Step Instructions
Forms\Components\Section::make('Step by Step Instructions ')
->description('Recipe')
->columnSpan(3)
->schema([
Repeater::make('steps')
->relationship()
->schema([
Forms\Components\TextInput::make('step_number'),
Forms\Components\TextArea::make('description')
->required(),
Forms\Components\FileUpload::make('media'),


]),

]),
I would like to insert/update step_number field as well, and update it
thanks
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

How to reorder button on edit resource
FilamentFFilament / ❓┊help
2y ago
How to create "cards" on create and edit
FilamentFFilament / ❓┊help
5mo ago
relationship() on Repeater disables reorder
FilamentFFilament / ❓┊help
6mo ago
How to make a collapsible repeater field uncollapsed on create and collapsed on edit?
FilamentFFilament / ❓┊help
3y ago