I have a call back function which returns a list of newly created dropdowns.
Inside the function itself, I have defined their ids.
As a result of which, when I am trying to link a call back function with those ids, it gives an error that id is not found in layout.
How can I achieve this?
Thank you