We have some autocomplete code in our base DW and a service object, for use in editable DDLB style columns in DWs, that works quite well, except for a few edge cases. I'm just wondering whether anyone has some bullet-proof proven code for that, that they would like to share, that we could try out to see whether it worked better than what we are using.
We're using PB2019 but this code has been working for a long time, through many versions!
An edge case that currently isn't working is if "TAB Accounting" is on the drop-down list, then you try to type in "Taylor": after the "a" it brings up "TAB Accounting", with the part after "TA" highlighted, then you cannot type a "y" to continue with "Taylor". (The code is supposed to be case-insensitive.) It's extremely hard to debug because there are so many events fired to make this work.
Thanks.