formly-js / angular-formly

JavaScript powered forms for AngularJS
http://docs.angular-formly.com
MIT License
2.22k stars 405 forks source link

need UI autogenerator #613

Closed rameshpalipi closed 8 years ago

rameshpalipi commented 8 years ago

Hi We are looking for schema generator for angular-formly. Can you suggest any? are these GUI editors targeting " angular-formly"? or it is totally separate? easyFormGenerator formly-builder

Thanks Ram

kentcdodds commented 8 years ago

Here are the GUI builders I'm aware of. Built by others: http://docs.angular-formly.com/docs/gui-form-builders

rameshpalipi commented 8 years ago

so,can I use the schema generated by these tools in "angular-formly"?

kentcdodds commented 8 years ago

That's what they promise. If you have problems with them, contact their respective maintainers.

rameshpalipi commented 8 years ago

Kent,

I have following questions:

  1. Is there any working example of angular-formly getting and setting data from database ?
  2. In Fields definition, for a control like drop-down if we need to have the data be populated from database? how to accomplish this? { "key": "default-select-6347", "templateOptions": { "label": "Select", "placeholder": "placeholder", "options": [ { "name": "value one", "value": "value one" }, { "name": "value two", "value": "value two" } ] },

How to make the options values as database driven as we don't want to hard coded as part of fields definition?

  1. What are the advantages and dis-advantages of using anular-formly ? Are there any limitations in terms of complexity , flexibility and learning?
  2. Are there enterprise applications being built on top of this anular-formly ?

Thanks Ram

kentcdodds commented 8 years ago

These are great questions for the chat: http://chat.angular-formly.com