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
The helper method <code>getInputDOMNode()</code> returns the internal input element. If you don't want the <code>form-group</code> class applied apply the prop named <code>standalone</code>.</p>
578
578
<ReactPlaygroundcodeText={Samples.Input}/>
579
579
<h2id='input-types'>Types</h2>
580
-
<p>Supports <code>select</code>, <code>textarea</code>, <code>static</code>as well as standard HTML input types. <code>getValue()</code> returns an array for multiple select.</p>
580
+
<p>Supports <code>select</code>, <code>textarea</code>, as well as standard HTML input types. <code>getValue()</code> returns an array for multiple select.</p>
581
581
<ReactPlaygroundcodeText={Samples.InputTypes}/>
582
+
<p>Static text can be added to your form controls through the use of the <code>FormControls.Static</code> component.</p>
<p>Form buttons are encapsulated by <code>ButtonInput</code>. Pass in <code>type="reset"</code> or <code>type="submit"</code> to suit your needs. Styling is the same as <code>Button</code>.</p>
0 commit comments