angular-form-builder
angular-form-builder copied to clipboard
Drag and drop to build bootstrap forms in AngularJS.
Is there anyway to provide an image as display of component. Instead of displaying the component itself?
I am looking for a possibility to add a new component dynamically. You can click a button and a new component is listed. if someone could point me towards an...
In the view is the index not updating when inserting a new element. In my application I display the index number from every object, but when I add an new...
Hi @kelp404 I've added an array of false to a radio field and set it to required... however, the validation doesn't seem to work... Any ideas? Cheers, Rikki
I noticed with regard to the radio and select control there were default values and I can think of scenarios where that may not be the case and one may...
Having read through all the issues (open & closed) I have to say that I am still a little confused about complex forms - so I'm going to ask a...
Hi, I am creating a dependent dropdown component for which I am using data from a json. I have tried 2 options till now: 1. Call json and register the...
Hi, How to save the generated form using angular form builder and edit the saved form? Thanks
Here is my contribution which adds, multi-select, date and masked input. But I am having problems with phone input value showing in json. I got the masked inputs from here...
When adding a select tag to the form builder and setting your values in the 'options' field, the builder creates an select tag with those values as the option labels...