Change-Id: I6d00672827ff95d35986dcf3aa9b7aee4db1fcee
Signed-off-by: Akash Kumar <akash1.kumar@samsung.com>
PlaceholderText = Resources.IDS_WIFI_HEADER_PASSWORD,
};
+ InputMethod inputSetting = new InputMethod
+ {
+ PanelLayout = InputMethod.PanelLayoutType.Password,
+ };
+ PropertyMap p1 = inputSetting.OutputMap;
+ passwordField.InputMethodSettings = p1;
+
var hiddenInput = new Tizen.NUI.Text.HiddenInput();
hiddenInput.Mode = HiddenInputModeType.ShowLastCharacter;
hiddenInput.SubstituteCharacter = '*';