Add an onEnter callback to EditableText or extend the onConfirm callback with information on what triggered the confirm (enter or blur).
I'm using the EditableText on todo's. When the user hits enter I want to start another todo, but not when blurred.
or extend the onConfirm callback with information on what triggered the confirm (enter or blur).
I'd prefer this approach. Open to PRs
Hi I made a PR for this issue!
Most helpful comment
Hi I made a PR for this issue!