Replies: 1 comment 1 reply
-
https://filamentphp.com/docs/3.x/infolists/entries/text/#custom-formatting |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Package
Infolist builder
Package Version
3.2
How can we help you?
The following code will return something like
MYR 23.00. but what I want isRM 23.00. So, I have to do it the manual way like'RM ' . number_format($value, 2). But how can I modify the value of a TextEntry?Beta Was this translation helpful? Give feedback.
All reactions