Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Input] Better handle type=number #8164

Merged
merged 1 commit into from Sep 12, 2017
Merged

[Input] Better handle type=number #8164

merged 1 commit into from Sep 12, 2017

Conversation

oliviertassinari
Copy link
Member

Closes #8155

@oliviertassinari oliviertassinari added bug 🐛 Something doesn't work component: text field This is the name of the generic UI component, not the React module! v1 labels Sep 12, 2017
@@ -74,7 +75,9 @@ class Demo extends React.Component<any, any> {
<CodeIcon />
</IconButton>
<Collapse in={this.state.codeOpen}>
<MarkdownElement className={classes.code} text={`\`\`\`js\n${raw}\n\`\`\``} />
<NoSSR>
<MarkdownElement className={classes.code} text={`\`\`\`js\n${raw}\n\`\`\``} />
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Speed up the time to first paint. This part isn't visible and needs the page to be interactive to be shown.

@oliviertassinari oliviertassinari merged commit 23e9177 into mui:v1-beta Sep 12, 2017
@oliviertassinari oliviertassinari deleted the fix-text-field-number branch September 12, 2017 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work component: text field This is the name of the generic UI component, not the React module!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant