angular-dynamic-forms
angular-dynamic-forms copied to clipboard
Build Forms in AngularJS From Nothing But JSON (please see Alternatives in the README)
I'd like to ask you about supporting these things (yes/no and if yes, how to approach that)? 1. Field dependencies - show/hide field depending on other field values - make...
Hi, Now i want to sort my form element, like: { "type": "text", "model": "username", "label": "Username", "placeholder": "Your username", "order" : 1, "style" : "width:200px;background-color: #fff000" .... } Please...
Hi, thank you for this amazing framework ! I'm trying to change the default multiple behavior. I want to have a select element and a button below. When i click...
I would like to track changes on formData with something like ng-change but ng-change gave error when I added to the dynamic-form directive. Is it possible to achieve such thing?
It seems not support data validation with error message. For example, my json data has a collection of metadata for validation rules such as required, length range, number range, regex....
Dan, We are extensively using this framework. There is one requirement, where we need to support ng-grid. It looks doable. Any recommendations from your side will help me. Thanks Krishna
Hey, it would be great to have possibility adding fields dynamically from code. Currently I don't see such functionality in source. It would be even better to have dynamic adding...
This would be useful for checklists that need "sections" or is there a way to add a "section" to checklists.
The documentation is pretty good, and I love the library, but there does not appear to be any example for how to add attributes. The documentation just says that you...
Hi, did you consider theming support, aka optionally supporting Bootstrap? If you have some advice for me, I'd volunteer implementing it.