Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

input-groups are using wrong class and markup #91

Open
@cadu-leite

Description

@cadu-leite

the actual makup atapp/forms/input-groups.hbs is

<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

screen shot 2018-03-12 at 16 52 06

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp