onEditingChanged and onCommit doesn't work
denis-obukhov opened this issue · 5 comments
denis-obukhov commented
If use .focusedLegacy modifier then these callbacks are never fired for TextField
JamesRoome commented
Just ran into exactly the same issue
AugustDev commented
Please try newest main branch
chriskilpin commented
onEditingChanged true is called when the TextField receives focus but onEditingChanged false is not called when the TextField looses focus.
halilyuce commented
OnCommit is not working, any progress?