© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago
Bruno Silva

Input field inside repeater don't work / get validated correctly

I have a simple "quantity" field inside a repeater, I tried to use:
->integer()
->integer()

->gt(0)
->gt(0)

->minValue(1)
->minValue(1)


but those validations don't work, I can still set a number less than 0, even using the arrows (for the "minValue" method), and I don't get any errors on the submit (for the "integer" and "gt" validations). If I put that same input outside the repeater, it works...
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

Anonymous Action doesn't work correctly inside repeater?
FilamentFFilament / ❓┊help
3y ago
Using Get inside Repeater field
FilamentFFilament / ❓┊help
3y ago
Repeater doesn't work inside builder
FilamentFFilament / ❓┊help
6mo ago
Don't dehydrate hidden field in Repeater
FilamentFFilament / ❓┊help
12mo ago