I have encountered a strange error. I've got a combobox that has autocomplete set to append and has it's item list filled one at a time with several string entries, a few of which have a / in the middle of them. If i start typing in the box and one of the list items with a / in it is matched, it will autocomplete the item, but only to the / and then it stops. I have verified that the list items are stored correctly in the control, the text is just not getting filled out completely.
Has this happened to anyone else? and is there a way to fix or work around this error consistently?