InfoTextField
Extends:
react~React.Component → InfoTextField
Material-ui TextField extended with an info field.
<InfoTextField
floatingLabelText="My text field"
infoText="With extra infotext added"
wrapStyle={{flex: 1}}
required={true}
/>
Static Member Summary
Static Public Members | ||
public static |
|
|
public static |
|
Method Summary
Public Methods | ||
public |
render(): Node |
Static Public Members
public static contextTypes: Object source
Properties:
Name | Type | Attribute | Description |
muiTheme | Object | Theme |