I am creating a project in Web IDE. In view.XML file i have written a piece of code where it takes inputs in input field say street name, pincode and below that there is a button provided as "Add Location". On that button click "add location" it should add input fields in UI as street name, pincode and if again clicked it keeps on adding input fields in UI. Can anyone suggest how to do it?