Skip to content

Commit 6db4261

Browse files
bwikbsswift-kim
authored andcommitted
Change software keyboard mapping of TextInputType.number (#115)
Signed-off-by: MuHong Byun <[email protected]>
1 parent 3d8e304 commit 6db4261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/tizen/channels/text_input_channel.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ static bool TextInputTypeToEcoreIMFInputPanelLayout(
6565
text_input_type == "TextInputType.multiline") {
6666
*panel_layout = ECORE_IMF_INPUT_PANEL_LAYOUT_NORMAL;
6767
} else if (text_input_type == "TextInputType.number") {
68-
*panel_layout = ECORE_IMF_INPUT_PANEL_LAYOUT_NUMBER;
68+
*panel_layout = ECORE_IMF_INPUT_PANEL_LAYOUT_NUMBERONLY;
6969
} else if (text_input_type == "TextInputType.phone") {
7070
*panel_layout = ECORE_IMF_INPUT_PANEL_LAYOUT_PHONENUMBER;
7171
} else if (text_input_type == "TextInputType.datetime") {

0 commit comments

Comments
 (0)