Losing focus on TextInput class in actions form.
I have a scenario, not sure if it is a bug or I am missing something, to be honest.
I have a pretty basic form group within an action the problem comes around when I type in notes and then start to add a start at time, when the state is updated the focus of the input is lost.
It only happens when I update notes, and then start at. Hoping someone can say I have done something wrong rather than me making a whole bug report.
~screenshot just shows where it lost its focus. at the time of typing out a starts_at
3 Replies
Worth noting, that the format time just returns a string.
What about this?
->live(onBlur: true)
Still the same, unfortunately.