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.
1 parent 2f378e7 commit 6f15e45Copy full SHA for 6f15e45
src/components/inputs/TextField.js
@@ -559,7 +559,7 @@ export default class TextField extends BaseInput {
559
const {lineHeight, ...typographyStyle} = typography;
560
const textColor = this.getStateColor(color || this.extractColorValue());
561
const hasRightElement = this.shouldDisplayRightButton() || rightIconSource;
562
- const shouldUseMultiline = multiline || expandable;
+ const shouldUseMultiline = multiline/* || expandable */;
563
564
const inputStyle = [
565
hasRightElement && this.styles.rightElement,
0 commit comments