ember-bootstrap-model-select
Integrate ember-model-select into your ember-bootstrap
forms.
Installation
ember install ember-bootstrap-model-select
Usage
With this addon installed, you have a new controlType
of model-select
available which enables you to set belongsTo
relationships on the form.
{{#bs-form model=yourModel as |form|}}
{{#form.element controlType="model-select" label="My Relationship" property="myOtherModel" as |el|}}
{{el.control
modelName='my-other-model'
labelProperty='name'
}}
{{/form.element}}
{{/bs-form}}
Copyright and license
Code and documentation copyright 2018 Wedding Shoppe Inc. and contributors. Code released under the MIT license.
v0.1.0-beta.3 (2019-01-07)
:rocket: Enhancement
- #4 better integration with BS styles (especially validation) (@nickschot)
Committers: 1