Expand my Community achievements bar.

Product Picker issue : AEM 6.2

Avatar

Level 8

Hi All,

In my custom component, using the OOTB product picker dialog field

<product
                        jcr:primaryType="nt:unstructured"
                        sling:resourceType="commerce/gui/components/common/productpicker"
                        fieldLabel="Data"
                        name="./data"/>

It lists the products however, after I select product not able to move forward[I mean the dialog just stays as-is and neither able to submit nor cancel]. However, if I make use of touchscreen laptop and click on submit, the productpicker.js works correctly and the product too gets stored in the jcr.

Nothing significant found in console and error logs. 

Any pointers/reference code/suggestions will be really helpful.

2 Replies

Avatar

Administrator

Can you please share the package to reproduce this ?

~kautuk



Kautuk Sahni

Avatar

Level 8

Hi All,

Due to certain restrictions, had sent across the package directly to Kautuk.

@Others : In case there are any other solutions/suggestions please provide your inputs.