New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ember-cli-dynamic-forms

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-dynamic-forms

An Ember addon for creating dynamic forms

  • 0.0.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
12
decreased by-62.5%
Maintainers
1
Weekly downloads
 
Created
Source

ember-cli-dynamic-forms

An Ember addon for creating dynamic forms, powered by alpacajs.

Installing

ember install ember-cli-dynamic-forms

Upgrading

It's advisable to run ember g ember-cli-dynamic-forms between upgrades as dependencies may have been added, removed, or upgraded between releases. Please try this, along with clearing node_modules and bower_components before reporting issues after upgrading.

Usage

{{dynamic-forms schema=schema postRender=postRenderFn}}

The schema variable can be in string or object form, but needs to be a valid json-schema alpaca form definition.

The postRender attribute is optional and provided primarily for cases where your schema is being passed as a string.

Roadmap

Phase 1: Wrap Alpaca with an Ember component

Basically wrap alpaca with an Ember component.

Phase 2: Provide Convention Hooks for Reusable Form Assets (TBD)

Provide the ability to provide reusable assets to form definitions, such as validations, formatting, interactions, etc. Leverage Ember's mechanisms for file resolution to load these assets.

Phase 3: Provide Ember Data Hooks for Flexible Schema Options (TBD)

Use ember data to provide an extensible way to load form configuration. Provide the ability to pass a model object to the dynamic forms component.

Development

Setup

  • git clone this repository
  • npm install
  • bower install

Running Locally

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

Keywords

FAQs

Package last updated on 02 Dec 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc