Inflectra Customer Forums: Suggestions are not showing when insert text in input. (Thread) Hello, I have to a dd text to a field that shows suggestions and i have to select one. The problem is that when i do SeS('Enter_address').DoSetText("my address"); i cant see the suggestions. I also tried to execute JS in the console and received the same result: document.getElementById("2926:0").value = "my address"; Is this what Rapise is doing in the background and how can i resolve this? Thanks. en-US(C) Copyright 2006-2024 Inflectra Corporation.support@inflectra.com/Computers/Software/Project_Management//Computers/Software/Quality_Assurance/KronoDesksupport@inflectra.comhttp://www.inflectra.com/kronodesk/forums/threads120/Support/Forum/rapise/issues-questions/2009.aspxthreadId=2009Marko Churlinoski (marko.churlinoski@interworks.com.mk)Rapise Suggestions IssueSuggestions are not showing when insert text in input. Hello, I have to a dd text to a field that shows suggestions and i have to select one. The problem is that when i do SeS('Enter_address').DoSetText("my address"); i cant see the suggestions. I also tried to execute JS in the console and received the same result: document.getElementById("2926:0").value = "my address"; Is this what Rapise is doing in the background and how can i resolve this? Thanks. Fri, 12 Apr 2019 11:38:12 -04002022-10-07T19:53:23-04:00/Support/Forum/rapise/issues-questions/2009.aspxmessageId=3565Jim R (donotreply5@kronodesk.net) Hi Marko, You may need to simulate what the user is doing by using: SeS('Enter_address').DoClick Hi Marko, You may need to simulate what the user is doing by using: SeS('Enter_address').DoClick(); SeS('Enter_address').DoSendKeys("my address"); That sends the text through the keyboard buffer instead. Regards Jim Sat, 13 Apr 2019 11:28:05 -04002019-04-13T11:28:05-04:00/Support/Forum/rapise/issues-questions/2009.aspx#reply3565