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