Change-Id: I6041dc2446c3b74afd1f5f1815c3697323868c94
Signed-off-by: Nibha Sharma <nibha.sharma@samsung.com>
.parent = "Autofill",
.apptype = TBT_APP_AUTOFILL,
.icon_name = "dummy",
- .info = "1. In 'Settings' select 'Autofill service' and then 'Tizen autofill service.'.<br/>2.Launch Autofill TC, enter any string in given field, exit by pressing back key.<br/>3.Lauch Autofill TC again, click on 'Login with Autofill' button.<br/>4.The data entered before will be filled in the entry box",
+ .info = "1. In 'Settings' select 'Autofill service' and then 'Tizen autofill service.'.<br/>2.Launch Autofill TC, enter any string in given label, exit by pressing back key.<br/>3.Lauch Autofill TC again, click on 'Login with Autofill' button.<br/>4.The data entered before will be filled in the label",
.result = 0
},
#endif
DBG("id : %s, value : %s, presentation text : %s", id, value, presentation_text);
if (id1 && strcmp(id, id1) == 0)
- elm_object_part_text_set(input_entry1_handle, PART_ENTRY_GUIDE, value);/* show last group item */
+ elm_object_text_set(input_entry1_handle, value);
+ // elm_object_part_text_set(input_entry1_handle, PART_ENTRY_GUIDE, value);/* show last group item */
if (id)
free(id);