We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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;
The text was updated successfully, but these errors were encountered: