F
Filament5mo ago
Vipul

Mask for TextEntry

Surprisingly there's no mask for TextEntry. Is there are way to do it?
3 Replies
Vipul
VipulOP5mo ago
I meant something like revealable https://filamentphp.com/docs/3.x/forms/fields/text-input#revealable-password-inputs but for TextEntry. not TextInput
Dhru
Dhru5mo ago
Ah okay yea does not exist by default afaik but you can achieve it by using a livewire component instead of text entry

Did you find this page helpful?