Input masking
In version V2 of Filament, I had this mask:
But how can I achieve the same thing in the new version using the regular expression? I'm not sure why this expression doesn't work:
Could you please help me with this?
4 Replies
But how can I add this regular expression /^[0-9kK]*$/ because it doesn't seem to work?
firefox browser? with firefox it seems doesn't work
How can I use a regex like this '/^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+.[a-zA-Z]{2,}$/' with masks? It's ok for numbers like $money but not for a regex?