# Event after finishing textinput?

**URL:** https://community.thunkable.com/t/event-after-finishing-textinput/37332
**Category:** Questions about Thunkable X
**Created:** [July 24, 2018, 7:28am UTC](https://community.thunkable.com/t/event-after-finishing-textinput/37332 "2018-07-24T07:28:52Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![rollke](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/rollke/32/14413_2.png) [@rollke](https://community.thunkable.com/u/rollke)
#### Post date: [July 24, 2018, 7:28am UTC](https://community.thunkable.com/t/event-after-finishing-textinput/37332/1 "2018-07-24T07:28:52Z")

</div>

Hi, is there an event that is caused by finishing an input of a textinput field?

When the user finishes an input, I always have to use a button to continue the operation of the app. It would be easier if the user simply presses the return key of the keyboard (or check symbol on android) and then the app continues work with the input.

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [July 24, 2018, 7:34am UTC](https://community.thunkable.com/t/event-after-finishing-textinput/37332/2 "2018-07-24T07:34:18Z")

</div>

Hi

We can use a timer to determine if the user entered any final character or define a long pause at the end of the typing, but somehow you need to move the focus from the input field to the keyboard to close.

Alex

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 12:01pm UTC](https://community.thunkable.com/t/event-after-finishing-textinput/37332/3 "2024-11-08T12:01:07Z")

</div>


