filament/filament
v3.2.92
v11.11.0
v3.5.1
PHP 8.3.7
When using the TextInputColumn in combination with dynamic masking (in particular, $money mask, but it happens with any mask as well), the masking is removed after a record is updated (not just from the update record but for all of them). Masking only appear on page full refresh.
I'd expect the masking to continue to appear after the record has been updated.
I'm attaching a very minimal repo where this error is reproduced. If you go to the Accounts resource, you'll be able to reproduce this by changing the "Balance" column of any of the accounts in the index table.
Please note the following:
updateStateUsing
as stripCharacters()
method is not available on the TextInputColumn
, but I think it does more or less the same (or at least, in my case).https://github.com/pmartelletti/text-column-input-bug
No response
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too