© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
4 replies
GHOST-117

Masking and using palceholder at same time

TextInput::make('amount')
->label('Amount being Charged')
->required()
->placeholder('0.00')
->numeric()
->minValue(1)
->mask(fn (Mask $mask) => $mask->money(prefix: '$', thousandsSeparator: ','))
])

i want to use placeholder and masking at the same time
but when i am using masking the placeholder doesn't work
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

Thin side bar and ☰ at the same time
FilamentFFilament / ❓┊help
3y ago
Unable to use InteractsWithActions and InteractsWithRecord at the same time
FilamentFFilament / ❓┊help
6mo ago
Delete repeater items from UI and database at the same time
FilamentFFilament / ❓┊help
3y ago
FileUpload only upload pairs files at same time
FilamentFFilament / ❓┊help
2y ago