art-technologies/swift-focuser

onEditingChanged and onCommit doesn't work

denis-obukhov opened this issue · 5 comments

If use .focusedLegacy modifier then these callbacks are never fired for TextField

Just ran into exactly the same issue

Please try newest main branch

onEditingChanged true is called when the TextField receives focus but onEditingChanged false is not called when the TextField looses focus.

OnCommit is not working, any progress?