when using the builtin combobox property editor with an exclusive list of standard values, the usual method of being able to select the entry based on keypresses does not work.
for example using the Property Editors quick start
typing 'S' or 'T' in the Enum category Combobox does not select the 'SecondEnum' or 'ThirdEnum'
Is this behaviour by design? Because when you many items in the combo (50+), the user wishes to be able to type letters to select the value.
Incidentally, the autoselect seems to work when values are not exclusive.
for example using the Property Editors quick start
typing 'S' or 'T' in the Enum category Combobox does not select the 'SecondEnum' or 'ThirdEnum'
Is this behaviour by design? Because when you many items in the combo (50+), the user wishes to be able to type letters to select the value.
Incidentally, the autoselect seems to work when values are not exclusive.