We have a requirement to create a multiselect dropdown widget in classic UI. There is no OOTB support for multiselection for the "xtype selection, type select". We are able to find examples of multiselection in the sencha site, but these are not extjs version 3.4.0 which is used in AEM. The current extjs version is 6.0.x. we cannot directly use these xtypes because of this version difference.
Is there any general guideline which we should follow for such a scenario?
Anywhere such multiselect dropdowns are used?
Any help/reference is appreciated.