Skip to content

Commit

Permalink
Docs: Removed note about horizontally grouped selects and display inl…
Browse files Browse the repository at this point in the history
…ine-block because we use float now.
  • Loading branch information
jaspermdegroot committed Jan 3, 2013
1 parent 0ab6fa4 commit e0602bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/forms/selects/index.html
Expand Up @@ -286,7 +286,7 @@ <h2>Vertically grouped select inputs</h2>
</div>

<h2>Horizontally grouped select inputs</h2>
<p>Select inputs can also be used for grouped sets with more than one related selection. To make a horizontal button set, add the <code>data-type="horizontal"</code> to the fieldset. Note that the buttons which trigger the select will resize depending on the currently selected option's value. Note that browsers without support for <code>display: inline-block;</code> will group the selects vertically, as above.</p>
<p>Select inputs can also be used for grouped sets with more than one related selection. To make a horizontal button set, add the <code>data-type="horizontal"</code> to the fieldset. Note that the buttons which trigger the select will resize depending on the currently selected option's value.</p>

<code>
&lt;fieldset data-role="controlgroup" <strong>data-type="horizontal"</strong>&gt;
Expand Down

0 comments on commit e0602bb

Please sign in to comment.