© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
5 replies
Scott

Validation message

In a Wizard, for one step the select field shows red text with the validation error. For the next step, it shows the pop-up message with the validation error. There isn't any difference in how I set up the Select fields. Any suggestions would be appreciated. Thanks.
Screenshot_2023-11-09_at_11.15.10_AM.png
Screenshot_2023-11-09_at_11.15.29_AM.png
Solution
This is a byproduct of using ->required() vs ->rules().

Required will add the required attribute to the input if it is a native input, meaning it will trigger the browser’s built in validation.

Rules will not do this and allow a submission that would be handled by the server and returned as a failure.
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
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

FileUpload validation message
FilamentFFilament / ❓┊help
2y ago
Custom validation message?
FilamentFFilament / ❓┊help
3y ago
Custom & display validation message
FilamentFFilament / ❓┊help
7mo ago
customizing 'nestedRecursiveRules ' message validation
FilamentFFilament / ❓┊help
2y ago