Properties Panel - extending EntryFactory

Is there any way I can add functionality to EntryFactory without modifying EntryFactory directly? I’d like to add different entries to the properties panel, including a searchable/filterable combo box. However, the DI paradigm doesn’t extend to use of EntryFactory within bpmn-js-properties-panel, so I don’t see a good standard way to do this.