indexiatech / ember-forms

Smart, Intuitive forms for Ember.js styled with Bootstrap, Multi layouts and Validation support.
http://indexiatech.github.io/ember-forms
Apache License 2.0
218 stars 45 forks source link

Icons don't display properly in horizontal forms #86

Closed clessg closed 7 years ago

clessg commented 9 years ago

As I understand it, the success/failure icons should be in this form:

<div class="col-sm-10">
  <input class="form-control" placeholder="Username">
  <span class="form-control-feedback"><i class="fa fa-check"></i></span>
</div>

When using horizontal forms in this library, this is the result:

<div class="col-sm-10">
  <input class="form-control" placeholder="Username">
</div>
<span class="form-control-feedback"><i class="fa fa-check"></i></span>

Which causes the icon to be displayed underneath the form control rather than inside of it.

spruce commented 9 years ago

Hey, you may have noticed things are going a little bit slow over here. So I created a fork which is a little bit more active. Could you resubmit your PR there? https://github.com/piceaTech/ember-rapid-forms/

Would be apreciated :+1: