We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad0864 commit 3213d86Copy full SHA for 3213d86
shell/platform/tizen/channels/text_input_channel.cc
@@ -65,7 +65,7 @@ static bool TextInputTypeToEcoreIMFInputPanelLayout(
65
text_input_type == "TextInputType.multiline") {
66
*panel_layout = ECORE_IMF_INPUT_PANEL_LAYOUT_NORMAL;
67
} else if (text_input_type == "TextInputType.number") {
68
- *panel_layout = ECORE_IMF_INPUT_PANEL_LAYOUT_NUMBER;
+ *panel_layout = ECORE_IMF_INPUT_PANEL_LAYOUT_NUMBERONLY;
69
} else if (text_input_type == "TextInputType.phone") {
70
*panel_layout = ECORE_IMF_INPUT_PANEL_LAYOUT_PHONENUMBER;
71
} else if (text_input_type == "TextInputType.datetime") {
0 commit comments