But when using normally, this select field does some calculations using the afterStateUpdate() method, calculating some totals and setting those values into other fields.
My issue is that when prefilling the field using default(), those calculations are not triggered. I guess the afterStateUpdated doesn't run at that point.
Is there a way to trigger the afterStateUpdated from the default() method? Or some other solution I'm not seeing?