Amir
Repeater afterStateUpdated
Thank you for your reply..
I am developing an invoice application where I use a Filament Repeater to manage items. Within the Repeater, I have a Select field for choosing an item. Here's how it works:
When an item is selected in the Select field, it automatically fetches the item's default price and sets the default quantity to 1.
I calculate the total price dynamically based on the selected item's price and quantity.
The issue arises when I manually adjust the item's price. While changing the item or quantity updates the total price correctly, modifying the price directly doesn't trigger an update to the total.
Here's the code I am using:
7 replies