© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
9 replies
WEBMAS

How to enter only letters and numbers in TextInput?

How to enter only letters and numbers? Something like the regular expression [a-zA-Z0-9_]

TextInput::make('telegram')
   ->label(__('page.profile.fields.telegram'))
   ->prefix('@')
   ->minLength(5)
   ->maxLength(32),
TextInput::make('telegram')
   ->label(__('page.profile.fields.telegram'))
   ->prefix('@')
   ->minLength(5)
   ->maxLength(32),
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

How to make TextInput to allow only numbers without using numeric()
FilamentFFilament / ❓┊help
2y ago
How to block using of decimal numbers in TextInput
FilamentFFilament / ❓┊help
4mo ago
How to listen enter key on TextInput and call callback function?
FilamentFFilament / ❓┊help
2y ago