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

[TextField] style of multiline textfield #1564

Closed
wants to merge 2 commits into from
Closed

[TextField] style of multiline textfield #1564

wants to merge 2 commits into from

Conversation

krvital
Copy link

@krvital krvital commented Aug 31, 2015

Added ability to use inputStyle property for customizing inner textarea element style when multiLine={true}

Added ability to use ```inputStyle``` property for customizing inner textarea element style when ```multiLine={true}```
@oliviertassinari
Copy link
Member

Can you update the doc? (propType of the component and /doc)

@krvital
Copy link
Author

krvital commented Sep 1, 2015

inputStyle propType is already there and inputStyle property works for input element inside TextField, but didn't work for textarea element. I've updated the /doc.

@oliviertassinari
Copy link
Member

Thanks

@shaurya947
Copy link
Contributor

@krvital could you please rebase?

@oliviertassinari
Copy link
Member

@krvital Can you add iconStyle to the propTypes list of this component?
Thanks!

@@ -116,6 +116,12 @@ let TextFieldsPage = React.createClass({
desc: 'Override the inline-styles of the TextField\'s underline element when focussed.'
},
{
name: 'inputStyle',
Copy link
Member

Choose a reason for hiding this comment

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

Fixed by #1980

@shaurya947 shaurya947 closed this Oct 26, 2015
mnajdova pushed a commit to mnajdova/material-ui that referenced this pull request Nov 10, 2020
Bumps [jest](https://github.com/facebook/jest) from 24.9.0 to 25.1.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](jestjs/jest@v24.9.0...v25.1.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
@zannager zannager added the component: text field This is the name of the generic UI component, not the React module! label Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

4 participants