Answered
is there a listener for when making a selection inside a textfield
Hello,
Does anyone know how to create a listener that listens when you select some text inside a textfield?
I am trying to run a function after a selection is made. Because after you made the selection you can
get the Selection.getBeginIndex() and the Selection.getEndIndex();
Regards,
Does anyone know how to create a listener that listens when you select some text inside a textfield?
I am trying to run a function after a selection is made. Because after you made the selection you can
get the Selection.getBeginIndex() and the Selection.getEndIndex();
Regards,