I need to implement AutoComplete feature for People Editor in custom field type derived from SPUserField. To do this, I have to customize both render template and field editor control (and other things).
As MSDN says, SPUSerfField is a field uses field editor control I cannot inherit from, but I need to implement switching from OOB People Editor Control to Custom People Editor.
So far, question is How can I inherit behavior of OOB UserFieldEditor to customize it in my own USerFieldEditorControl or somehow change basic behavior?