Currently, I am working on a project that involves a dropdown menu. Here is a sneak peek:
https://i.sstatic.net/ghwr8.jpg
In the dropdown menu, users are able to select from various input types such as TextBox, Checkbox, Radio button, and Drop down. Additionally, they can easily add options by simply clicking the "add option" button. See it in action in this image: https://i.sstatic.net/GSjjI.jpg
If a user wants to remove any options, all they need to do is click the cross icon.
While exploring ways to implement this functionality, I came across a helpful resource on a dynamic text area: dynamic text area
For further inspiration, I visited this link: http://viralpatel.net/blogs/dynamic-add-textbox-input-button-radio-element-html-javascript/
Despite these resources, I am still seeking more ideas on how to achieve this using AngularJS. Any suggestions are greatly appreciated!