Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Form layouts broken #41

Open
cadriel opened this issue Mar 13, 2012 · 0 comments
Open

Form layouts broken #41

cadriel opened this issue Mar 13, 2012 · 0 comments

Comments

@cadriel
Copy link

cadriel commented Mar 13, 2012

In some instances, form layouts are not working correctly.

For example - form-inline layouts where an input has an append AND prepend do not work.

Another example - form-inline layouts with a appended button do not work correctly.

Example code follows;

        <form class="form-horizontal">
            <fieldset>
                <legend>Form control states</legend>

                <div class="control-group">
                    <label class="control-label" for="appendedPrependedInput">Append with button</label>
                    <div class="controls">
                        <div class="input-append">
                            <input class="span2" id="appendedPrependedInput" size="16" type="text"><button class="btn" type="button">Go!</button>
                        </div>
                    </div>
                </div>
            </fieldset>
        </form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant