Question
ComboBox (ComboBase) incompatibilities in Flex 4 SDK
Hi,
I'm using an autocomplete component which extends ComboBox. Unfortunately it no longer compiles under the Flex 4 SDK. The problem is that ComboBase defines:
protected var textInput:ITextInput;
which used to be a simple TextInput. The problem now is that textInput does not have setSelection or selectionBeginIndex properties.
Any ideas how to get around this ?
Thanks,
Grant.
