Floating labels for ember-bootstrap
npm install ember-bootstrap-floating-labels
A react like floating label addition to ember-bootstrap's bs-form-element component.
``bash`
ember install ember-bootstrap-floating-labels
Floating labels will work out of the box if the bs-form-element is wrapped in an __inline__ or __vertical__ bs-form. To manually enable the floating label feature, set the floatLabel property to __true__.
`hbs``
{{bs-form-element value=value floatLabel=true label='Floating Label Text' placeholder='Hint Text'}}