Ember bootstrap form components.
npm install ember-bootstrap-controls

WildlandUX is a library for quickly creating EmberJS forms that utilize the Bootstrap4 form and input styles and HTML — it includes accessiblity.
This README outlines the details of using and collaborating on this Ember addon.
Checkout our Releases or Changelog for what has changed.
Here's a list of
all the people who have contributed to the development of this library.
Upgrading instead of Installing? Head over to our upgrade instructions.
Run ember install @wildland-labs/ember-bootstrap-controls to install this add-on.
bootstrap-input-mask mask attribute definitions:9 : numerica : alphabetical* : alphanumericbootstrap-currency-inputprefix : '$'ssnMask = [/[0-9]/, /\d/, /\d/, '-', /\d/, /\d/, '-', /\d/, /\d/, /\d/, /\d/]; #### v2.0.0
ssnMask = '999-99-9999';
keyPress, keyDown, keyUp events were all renamed to key-press, key-down, and key-up respectively. This was to prevent it from conflicting with Ember.Component keyPress, keyDown, and keyUp events. An assert is thrown to help the developer identify and fix these issues, but it is further recommeneded to do a project find, and replace where used.ember-bootstrap-controls in your package.json which can be found in the root ember directory and update the version to the latest release.npm installember g ember-bootstrap-controls{{freestyle-section}} that contains all of this library's components.
{{#freestyle-guide
...
{{ember-bootstrap-controls-freestyle}}
...
{{/freestyle-guide}}
`Running
To run the dummy app, from the root directory, simply run
npm install then npm start. You'll then find the style-guide application at http://localhost:4200.Troubleshooting
* Node Sass does not yet support your current environment => npm rebuild node-sassDeploying Documentation
Run
npm run deploy-documentationRunning Tests
$3
* npm start
* localhost:4200/tests$3
* npm test`
For more information on using ember-cli, visit https://ember-cli.com/.
License
------------------------------------------------------------------------------
This project is licensed under the MIT License.