Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
3ead14a1
Commit
3ead14a1
authored
Jun 13, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clarify support of select items (which is none) for input-prepend/append
parent
2cbff258
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docs/base-css.html
docs/base-css.html
+1
-1
docs/templates/pages/base-css.mustache
docs/templates/pages/base-css.mustache
+1
-1
No files found.
docs/base-css.html
View file @
3ead14a1
...
@@ -959,7 +959,7 @@ For example, <code>section</code> should be wrapped as inline.
...
@@ -959,7 +959,7 @@ For example, <code>section</code> should be wrapped as inline.
<p>
Adding on top of existing browser controls, Bootstrap includes other useful form components.
</p>
<p>
Adding on top of existing browser controls, Bootstrap includes other useful form components.
</p>
<h3>
Prepended and appended inputs
</h3>
<h3>
Prepended and appended inputs
</h3>
<p>
Add text or buttons before or after any text-based input.
</p>
<p>
Add text or buttons before or after any text-based input.
Do note that
<code>
select
</code>
elements are not supported here.
</p>
<h4>
Default options
</h4>
<h4>
Default options
</h4>
<p>
Wrap a
<code>
.add-on
</code>
and an
<code>
input
</code>
with one of two classes to prepend or append text to an input.
</p>
<p>
Wrap a
<code>
.add-on
</code>
and an
<code>
input
</code>
with one of two classes to prepend or append text to an input.
</p>
...
...
docs/templates/pages/base-css.mustache
View file @
3ead14a1
...
@@ -890,7 +890,7 @@
...
@@ -890,7 +890,7 @@
<p>
{{
_i
}}
Adding on top of existing browser controls, Bootstrap includes other useful form components.
{{/
i
}}
</p>
<p>
{{
_i
}}
Adding on top of existing browser controls, Bootstrap includes other useful form components.
{{/
i
}}
</p>
<h3>
{{
_i
}}
Prepended and appended inputs
{{/
i
}}
</h3>
<h3>
{{
_i
}}
Prepended and appended inputs
{{/
i
}}
</h3>
<p>
{{
_i
}}
Add text or buttons before or after any text-based input.
{{/
i
}}
</p>
<p>
{{
_i
}}
Add text or buttons before or after any text-based input.
Do note that
<code>
select
</code>
elements are not supported here.
{{/
i
}}
</p>
<h4>
{{
_i
}}
Default options
{{/
i
}}
</h4>
<h4>
{{
_i
}}
Default options
{{/
i
}}
</h4>
<p>
{{
_i
}}
Wrap a
<code>
.add-on
</code>
and an
<code>
input
</code>
with one of two classes to prepend or append text to an input.
{{/
i
}}
</p>
<p>
{{
_i
}}
Wrap a
<code>
.add-on
</code>
and an
<code>
input
</code>
with one of two classes to prepend or append text to an input.
{{/
i
}}
</p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment