Here I'm using ExtJS 5.
I have to display a combobox with the selected value of the another combobox below it.
Use Case:
I have to display the selected value of combobox below the combobox input field as shown in the below image-
This combox field will be used in multiple places.
Here I want to override the template of combobox. But when I configure the "tpl" config with template it is applying to combobox list items instead of combobox.
How to override the default rendering of combobox ?
