Hello,
I need onKeydown to be added to the field, because the planned event has to happen when user presses Enter. onChange method doesn’t work for me, because field loses focus, while I need cursor to stay in it in order to repeat this event again and again (to say, move field value to the Select list).
Thank you for any idea.