Forum Discussion
For information, in the DOM, I can see some properties about autocomplete:
But I don't know how to modify them.
- AngelaIp3 years agoIdeator I
Hi Miraks,
"Autocomplete" is not the term you are looking for. Aras calls this feature "type-ahead".
The "autocomplete" 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 "autocomplete" does. I have a couple of forms where I use custom html inputs (not the inbuild ones by Aras). In this case it´s always useful to disable autocompletion, cause the browser will always try to enter "something", even when it doesn´t make sense.
I assume it´s very hard to modify the "type-ahead" feature in Aras (this is my personal view, ask Aras for a correct answer). Searching values that doesn´t start with the first letter is a bit more complicated than "free search". Compare it with the "Enterprise Search" feature in Aras. This one contains crawlers and other stuff to index the data.
Instead of modifying the type-ahead engine, I would use a custom dropdown, just as you have found. I myself started to use more and more custom html elements and jquery cause it offers a lot more building options.
But let me know if you found some ways to modify type-ahead!
Best regards!
Angela