angular-dynamic-forms icon indicating copy to clipboard operation
angular-dynamic-forms copied to clipboard

Build Forms in AngularJS From Nothing But JSON (please see Alternatives in the README)

Results 36 angular-dynamic-forms issues
Sort by recently updated
recently updated
newest added

Is there anyway/easy way of converting this to a multi column form? Currently I have a long page of fields and instead would like the form to spread over the...

Hi, Has anyone attempted to add Auto complete to this mix. Basically, when a user types any data into a text box I want to do a call to the...

Hi ! I've been using dyn-form for a while and it's great, it helps me a lot ! So thanks ! One thing I didn't use so far was the...

Hi I have an api service which reterns a JSON like this ``` {"form":{ "template":[ {"type":"text","model":"title","label":"","required":true}, {"type":"textarea","model":"description","label":"","required":true}, {"type":"number","model":"price","label":"","required":true}, {"type":"choice","model":"available","label":"","required":true}], "data":{"title":"","description":"","price":"","available":"1"}} } ``` Then I want to use this JSON to...

Cannot read property 'checklist' of undefined this error at shown

Attributes are add to "label" and not to "input" Any workaround?

Dan, I want to increase the size of multi select list box. Default size of 4. Is there a way? Krishna

Dan, Your framework is awesome.. I couldn't resist but started adding few examples. I will continue adding them in next few pull requests. The 1st example, I added is simple...

Is there a way to add responsive element to these forms? Thanks.

Pls check out the demo - the email field does not update the model, although it works the other way (model change will update field value)