toddjordan / ember-cli-dynamic-forms

An Ember addon for creating dynamic forms
http://toddjordan.github.io/ember-cli-dynamic-forms/
MIT License
35 stars 16 forks source link

Should have a mechanism for adding custom field components #6

Open toddjordan opened 8 years ago

toddjordan commented 8 years ago

By default alpaca comes with a set of bootstrap-based fields fields to render forms with. Luckily, it also allows for registration of custom widgets. The addon should allow for custom widgets to be specified and added to available widgets that alpaca will choose from.

See: http://www.alpacajs.org/docs/api/custom-fields.html

Conventions

Custom fields live in forms/widgets/* and must extend an alpaca field object

See http://code.cloudcms.com/alpaca/1.5.14/jsdoc/Alpaca.Field.html

Examples