Skip to content

Commit 0cbf3f4

Browse files
authored
added onEnterKey as a editText callback
This wasn't listed as a callback but it works, unlike {enterKeySignalsOnChange: true} in the creation properties
1 parent 6881baa commit 0cbf3f4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/user-interface-tools/control-objects.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1914,6 +1914,14 @@ The list's ``selection`` property is set to the clicked item.
19141914

19151915
--------------------------------------------------------------------------------
19161916

1917+
.. _control-event-onenterkey:
1918+
1919+
onEnterKey
1920+
*************
1921+
Called when the user presses return or enter in a :ref:`control-type-edittext` control.
1922+
1923+
--------------------------------------------------------------------------------
1924+
19171925
.. _control-event-ondraw:
19181926

19191927
onDraw

0 commit comments

Comments
 (0)