<rss version="2.0" xmlns:a10="http://www.w3.org/2005/Atom"><channel><title>Inflectra Customer Forums: Suggestions are not showing when insert text in input. (Thread)</title><description> 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. </description><language>en-US</language><copyright>(C) Copyright 2006-2026 Inflectra Corporation.</copyright><managingEditor>support@inflectra.com</managingEditor><category domain="http://www.dmoz.org">/Computers/Software/Project_Management/</category><category domain="http://www.dmoz.org">/Computers/Software/Quality_Assurance/</category><generator>KronoDesk</generator><a10:contributor><a10:email>support@inflectra.com</a10:email></a10:contributor><a10:id>http://www.inflectra.com/kronodesk/forums/threads</a10:id><ttl>120</ttl><link>/Support/Forum/rapise/issues-questions/2009.aspx</link><item><guid isPermaLink="false">threadId=2009</guid><author>Marko Churlinoski (marko.churlinoski@interworks.com.mk)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">rapise</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> suggestions</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> issue</category><title>Suggestions are not showing when insert text in input.</title><description> 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. </description><pubDate>Fri, 12 Apr 2019 11:38:12 -0400</pubDate><a10:updated>2022-10-07T19:53:23-04:00</a10:updated><link>/Support/Forum/rapise/issues-questions/2009.aspx</link></item><item><guid isPermaLink="false">messageId=3565</guid><author>Jim R (donotreply5@kronodesk.net)</author><title> Hi Marko,  You may need to simulate what the user is doing by using:   SeS('Enter_address').DoClick</title><description> 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 </description><pubDate>Sat, 13 Apr 2019 11:28:05 -0400</pubDate><a10:updated>2019-04-13T11:28:05-04:00</a10:updated><link>/Support/Forum/rapise/issues-questions/2009.aspx#reply3565</link></item></channel></rss>