In my admin form, I have a dynamic row component containing multiple input fields. For one of these fields, I would like to open a modal with a product listing when the input field has focus.
After that, the selected products from the modal will be copied as string (comma-separated Skus) in the input field.
What would be the best approach for that?
Thanks in advance.