I have created a custom form in admin in which I need to show buttons such as "Add more" and "Remove". The scenario is exact that which is discussed here:
https://stackoverflow.com/questions/38903032/how-to-add-dynamic-field-in-magento2-admin-form?rq=1
I created and added a child block but not getting how I can add or remove a field using javascript.
Please help ?