How to use ember-validated-form - 1 common examples

To help you get started, we’ve selected a few ember-validated-form examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github adfinis-sygroup / ember-validated-form / app / components / validated-form.js View on Github external
import ValidatedForm from "ember-validated-form/components/validated-form";
import config from "../config/environment";

export default ValidatedForm.extend({
  config: config["ember-validated-form"]
});

ember-validated-form

Easily create forms with client-side validations

MIT
Latest version published 10 days ago

Package Health Score

76 / 100
Full package analysis

Popular ember-validated-form functions