We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67cca09 + d14c413 commit d3ee052Copy full SHA for d3ee052
docs/src/app/components/pages/components/text-fields.jsx
@@ -242,7 +242,7 @@ let TextFieldsPage = React.createClass({
242
style={styles.textfield}
243
hintText="Hint Text" /><br/>
244
<TextField
245
- style={styles.textField}
+ style={styles.textfield}
246
hintText="Styled Hint Text"
247
hintStyle={{color: 'red'}} /><br/>
248
docs/src/app/components/raw-code/text-fields-code.txt
@@ -2,7 +2,6 @@
2
3
hintText="Hint Text" />
4
5
6
7
hintStyle={{color: 'red'}} />
8
0 commit comments