I want to extend the bpmn-js-properties-panel (like adding a lookup text field under the CONNECTORS TAB and on click of it need to open a popup and after selecting something in popup need to auto-populate that in the lookup text field)
thanks for the replay, I have already looked into it example in the example they have implemented it with the separate tab, but my requirement is to add a lookup text field in the CONNECTOR TAB (like append a look up text-field with icon) and have control over that field (like auto-populate)
i have add the sketch, in that i need to add lookup textfield and onClick on it need to open a popup and select one connector (will show list of connectors in popup). The selected connecter name need to be autopopulated.