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

Hey there , Thanks for this awesome stuff, Is there any way i can render forms horizontally ? Usually a user would not like to scroll too much if the...

Hey, is there a way to restrict the file types accepted by a input type=file or the maximum file size (for example accept only pdf's under 30mb) ?

Hi, Thanks for this, it is working very well so far. My problem is that I'm not sure if and how I can control the output markup to play well...

enhancement

Unable to compile the dynamic-form directive in ie8. When i have this directive in my index file, this works fine, but when i compile this dynamically, $compile function gives this...

bug

If the select input's model contains data, then angular creates an odd option tag with a cryptic value and no label. Example: `` This results in a blank option being...

bug

I'm very confused to apply a directive into a dynamic input. My JSON is like this: ``` "text": { "attributes": { "own-validator": "something" }, "type": "text", "placeholder": "text", "required": "true"...

question