I have an sfTextBoxExt on a form bound to a list of items. When a user enters an item that is not in the list it is added.
If the user has entered, say,
A
B
C
D
If a subsequent attempt to enter, say, Ab, the control matches on the A and goes blank on the b.
Thus it is impossible to enter any string for which there is a partial match in the list, eg, if I've entered Brown I can never enter Browne.
How can I get past this limitation?