Skip to content

Commit

Permalink
switched rows from 3 to 4 for mutlilines
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément OLIVIER committed Jan 4, 2021
1 parent 1c1e71a commit dd0ff62
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export default class TextFieldControl extends React.Component<ITextFieldControlP
iconProps={{ iconName: this.props.icon }}
onClick={this.onClick}
style={{width:"100%"}}
rows={(this.props.fieldDefinition?.fieldType == "memo" ? 4 : 1)}
onDoubleClick={this.onDoubleClick}
onChange={this.onChange}
onFocus={(event) => {
Expand Down

0 comments on commit dd0ff62

Please sign in to comment.