Skip to content

Commit

Permalink
Merge pull request #114 from wordpress-mobile/feature/html-input-view-ux
Browse files Browse the repository at this point in the history
Add `textAlignVertical` to html text input.
  • Loading branch information
etoledom authored Aug 15, 2018
2 parents bff65ad + 3a460ba commit 33d9f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/block-management/block-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,12 @@ export default class BlockManager extends React.Component<PropsType, StateType>
return (
<KeyboardAvoidingView style={ { flex: 1 } } behavior={ behavior }>
<TextInput
textAlignVertical="top"
multiline
numberOfLines={ 0 }
style={ styles.htmlView }
value={ this.state.html }
onChangeText={ this.handleHTMLUpdate }>

</TextInput>
</KeyboardAvoidingView>
);
Expand Down

0 comments on commit 33d9f6c

Please sign in to comment.