[Tizen] Fix key event consumption issue in text field 19/302219/1 accepted/tizen/7.0/unified/20231205.172626
authorBowon Ryu <bowon.ryu@samsung.com>
Mon, 4 Dec 2023 06:10:05 +0000 (15:10 +0900)
committerBowon Ryu <bowon.ryu@samsung.com>
Mon, 4 Dec 2023 07:50:35 +0000 (16:50 +0900)
commit00a2f2df692ffc9d2a2283f3cf5a40ea09edd52b
tree9d48fbcd025f8e9b358b0d2338bc81d3080f06f3
parentf350ab9988ce519042728627245caa2973d96e5e
[Tizen] Fix key event consumption issue in text field

The keycode for '$' and `RETURN` are the same on a specific device.
To avoid this problem, check the key name.

Change-Id: I743688b69e10b0bcb83476bbad8616791eebb5ea
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
dali-toolkit/internal/controls/text-controls/text-field-impl.cpp