<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Drop Down field with better auto completion</title><link>https://www.aras.com/community/f/development/37814/drop-down-field-with-better-auto-completion</link><description>Hi, 
 I&amp;#39;m using ARAS R19. The drop down fields (linked to a list) are very poor and difficult to use on big list. 
 Indeed, on the following list: 
 
 The user is not able to start to enter &amp;quot;ELEC&amp;quot; to quickly find the expected line. The completion works</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: Drop Down field with better auto completion</title><link>https://www.aras.com/community/thread/9200?ContentTypeID=1</link><pubDate>Mon, 06 Feb 2023 08:23:38 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:92da78e7-27eb-4745-ae05-5827b015b963</guid><dc:creator>AngelaIp</dc:creator><description>&lt;p&gt;Hi Miraks,&lt;/p&gt;
&lt;p&gt;&amp;quot;Autocomplete&amp;quot; is not the term you are looking for. Aras calls this feature &amp;quot;type-ahead&amp;quot;.&lt;/p&gt;
&lt;p&gt;The &amp;quot;autocomplete&amp;quot; attribute in html elements is responsible to tell the browser if he shall autocomplete the fields. E.g. image a standard web form where you have to enter name, email, shipping address and other information. Often when you type in the first letters of your name, all the other fields are automatically filled by the browser. This is what &amp;quot;autocomplete&amp;quot; does. I have a couple of forms where I use custom html&amp;nbsp;inputs (not the inbuild ones by Aras). In this case it&amp;acute;s always useful to disable autocompletion, cause the browser will always try to enter &amp;quot;something&amp;quot;, even when it doesn&amp;acute;t make sense.&lt;/p&gt;
&lt;p&gt;I assume it&amp;acute;s very hard to modify the &amp;quot;type-ahead&amp;quot; feature in Aras (this is my personal view, ask Aras for a correct answer). Searching values that doesn&amp;acute;t start with the first letter is a bit more complicated than &amp;quot;free search&amp;quot;. Compare it with the &amp;quot;Enterprise Search&amp;quot; feature in Aras. This one contains crawlers and other stuff to index the data.&lt;/p&gt;
&lt;p&gt;Instead of modifying the type-ahead engine, I would use a custom dropdown, just as you have found. I&amp;nbsp;myself started to use more and more custom html elements and jquery&amp;nbsp;cause it offers a lot more building options.&lt;/p&gt;
&lt;p&gt;But let me know if you found some ways to modify type-ahead!&lt;/p&gt;
&lt;p&gt;Best regards!&lt;/p&gt;
&lt;p&gt;Angela&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Drop Down field with better auto completion</title><link>https://www.aras.com/community/thread/9197?ContentTypeID=1</link><pubDate>Fri, 03 Feb 2023 13:54:45 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:06994703-8af6-4db4-b67f-88a3b99e2eff</guid><dc:creator>miraks</dc:creator><description>&lt;p&gt;For information, in the DOM, I can see some properties about autocomplete:&lt;br /&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/3/pastedimage1675432470570v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;But I don&amp;#39;t know how to modify them.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>