You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="input-group"><spanclass="input-group-addon">$</span><inputtype="text" class="form-control" placeholder="Some text here"><spanclass="input-group-addon">.00</span> <!- input-group-addon class is no more --></div>
when I believe it should be
<divclass="input-group"><divclass="input-group-prepend"> <!- for prepend - need a outer div.input-group-XXXX --><spanclass="input-group-text">@</span> <!- input-group-text is the new class --></div><inputtype="text" class="form-control" placeholder="Some text here"></div><divclass="input-group"><inputtype="text" class="form-control" placeholder="Input with append text"><divclass="input-group-append"> <!- for append --><spanclass="input-group-text">.00</span></div></div>
this is not the look&feel it should have
The text was updated successfully, but these errors were encountered:
cadu-leite
changed the title
input groups wrong class and markup
input-groups are using wrong class and markup
Mar 12, 2018
the actual makup at
app/forms/input-groups.hbs
iswhen I believe it should be
this is not the look&feel it should have
The text was updated successfully, but these errors were encountered: