© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
F
Filament
•
7mo ago
•
3 replies
frame
v4: set TextEntry state from handleRecordCreation
I want to display an error message in a TextEntry when record creation halts
. What should I try to do that
?
There is an example here for sending a Notification but I want to display the message above the submit button so its easier to notice
https://filamentphp.com/docs/4.x/resources/creating-records#halting-the-creation-process
Creating records - Resources - Filament
Solution
Schema is defined static but you can access the regular properties like this
->state(fn ($livewire) => $livewire->error)
->state(fn ($livewire) => $livewire->error)
Jump to solution
Filament
Join
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
Return Exception from handleRecordCreation
F
Filament / ❓┊help
11mo ago
handleRecordCreation
F
Filament / ❓┊help
3y ago
handlerecordcreation testing ?
F
Filament / ❓┊help
2y ago
Share data from `CreateRecord::handleRecordCreation` to `getRedirectUrl`
F
Filament / ❓┊help
11mo ago