You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need such behaviour:
There is a button on the top of the product edit form.
When I click the button modal with a product selector appears.
I filter it and click one of it (not a checkbox but just click to select it)
After clicking the modal closed, and selected product is passed to the script that prepares the selected product data and calls the URL.
Is it possible with your component? If not, please advise how better to do so.