I have a custom form with an EDT linking it to item numbers. This form is used to create new items so let's say I created an item named AH2023-JAN-1 but then later I also want to create an item called AH2023-JAN. When I start typing in AH2023, it finds the AH2023-JAN-1, but I don't want the 1, so after I finish typing JAN and hit tab, the field autocompletes to AH2023-JAN-1. If I go back and delete the -1 and hit tab, it auto fills it again.....
I tried the command
element.delAutoCompleteString(this);
in the modified method of the control and the datasource field, but that didn't help.
Any ideas?