Skip to content

added onEnterKey as a editText callback #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 31, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/user-interface-tools/control-objects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1914,6 +1914,18 @@ The list's ``selection`` property is set to the clicked item.

--------------------------------------------------------------------------------

.. _control-event-onenterkey:

onEnterKey
*************

.. warning::
This method/property is officially undocumented and was found via research. The information here may be inaccurate, and this whole method/property may disappear or stop working some point. Please contribute if you have more information on it!

Called when the user presses return or enter in a :ref:`control-type-edittext` control.

--------------------------------------------------------------------------------

.. _control-event-ondraw:

onDraw
Expand Down