Skip to content

Commit

Permalink
compose: Stop suggesting sentence case for topic input
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbobbe authored and gnprice committed Nov 16, 2021
1 parent 630a543 commit 9125fd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/compose/ComposeBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,7 @@ class ComposeBoxInner extends PureComponent<Props, State> {
// work.
!this.getCanSelectTopic() && { position: 'absolute', transform: [{ scale: 0 }] },
]}
autoCapitalize="none"
underlineColorAndroid="transparent"
placeholder="Topic"
defaultValue={topic}
Expand Down
1 change: 1 addition & 0 deletions src/sharing/ShareToStream.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ class ShareToStreamInner extends React.Component<Props, State> {
onBlur={this.blurTopic}
onChangeText={this.handleTopicChange}
editable={stream !== ''}
autoCapitalize="none"
/>
</ShareWrapper>
);
Expand Down

0 comments on commit 9125fd2

Please sign in to comment.