currency mask?
I have an input like this:
At first it shows the '€' symbol, and after trying to add a prohibitted char(like space or a letter) it shows too. But I want to show the symbol always, I mean, while I was typing.
Solution:Jump to solution
I don't want to use a suffix... finally I opted by using a custom field with autonumeric.
3 Replies
You can use prefix / suffix icon on the text field.
See documentation for how to use it. https://filamentphp.com/docs/3.x/forms/fields/text-input#adding-affix-text-aside-the-field
Solution
I don't want to use a suffix... finally I opted by using a custom field with autonumeric.
final version: