TextColumn Setting Properties on AfterStateUpdated()

Hello, I have an issue when setting dynamic properties that are based on title. I setts them good, but when i have title on autofocus and click save it wont do it. Only on second click. I mean ever-time title is in autofocus it next click wont react it will just act like we are trying to blur... Any solution to this?
No description
3 Replies
toeknee
toeknee2mo ago
have you run form->fill on mount?
Señor Nikola
Señor NikolaOP2mo ago
It is classic filament resource, it is not separate page..
taka92
taka922mo ago
The issue seems to stem from the live(onBlur: true) configuration in your getTitleField method.

Did you find this page helpful?