March 12, 2022
10:30 a.m.
If it is in the TextPresenter you might be looking for whenTextChangedDo: or whenSubmitDo: Both inherited from SpAbstractTextPresenter Best, Kasper
On 12 Mar 2022, at 11.26, Robert Briggs via Pharo-users <pharo-users@lists.pharo.org> wrote:
Hi
Is there a simple way to detect when a use makes a keystroke in for example a Spec 2 Text Input Presenter?
Iâve been going through all the relevant classes and methods, even into Morphic, but so far I have not found a way to do it.
I want to be able to identify when unaccepted changes have been made to the displayed text to ensure that a use does not leave a form without saving any input made.
Regards Robert