-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
Conversation
Added ability to use ```inputStyle``` property for customizing inner textarea element style when ```multiLine={true}```
Can you update the doc? (propType of the component and /doc) |
|
Thanks |
@krvital could you please rebase? |
@krvital Can you add |
@@ -116,6 +116,12 @@ let TextFieldsPage = React.createClass({ | |||
desc: 'Override the inline-styles of the TextField\'s underline element when focussed.' | |||
}, | |||
{ | |||
name: 'inputStyle', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed by #1980
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>
Added ability to use
inputStyle
property for customizing inner textarea element style whenmultiLine={true}