Remove required title field on customer
#2049
sulfo
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the title field is marked as “required” in Filament, but the database column for title is actually nullable. This creates unnecessary friction for users (especially in places like Denmark where titles aren’t commonly used).
Proposal
Remove the “required” validation in Filament so that title can be NULL, matching the database schema.
Any thoughts on it?
Beta Was this translation helpful? Give feedback.
All reactions