tiagofcp
tiagofcp
FFilament
Created by tiagofcp on 9/17/2024 in #❓┊help
lazy() and reactive(), when changing fields to fast with tab its does not save some values
I have a set of fields that all of them are with lazy(), then i have a placeholder that sums all of the fields to show a result. The problem is when someone inputs the data fast like input a number click TAB to go the next field, inserter another number on the next field, after like 2 fields its starts to appear the value on the input box but then its deleted because of the lazy from the previous field. Is there anyway to avoid this? This is still using filamentv2. Thanks
2 replies