You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Use <code>addonBefore</code> and <code>addonAfter</code> for normal addons, <code>buttonBefore</code> and <code>buttonAfter</code> for button addons.
562
562
Exotic configurations may require some css on your side.</p>
563
563
<ReactPlaygroundcodeText={Samples.InputAddons}/>
564
+
<h2id='input-sizes'>Sizes</h2>
565
+
<p>Use <code>bsSize</code> to change the size of inputs. It also works with addons and most other options.</p>
566
+
<ReactPlaygroundcodeText={Samples.InputSizes}/>
564
567
<h2id='input-validation'>Validation</h2>
565
568
<p>Set <code>bsStyle</code> to one of <code>success</code>, <code>warning</code> or <code>error</code>.
566
569
Add <code>hasFeedback</code> to show glyphicon. Glyphicon may need additional styling if there is an add-on or no label.</p>
0 commit comments