Skip to content

Commit

Permalink
Enabled blurOnSubmit for multiline fields by default
Browse files Browse the repository at this point in the history
  • Loading branch information
n4kz committed Mar 25, 2017
1 parent 4204d60 commit 973edab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/field/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default class TextField extends Component {
underlineColorAndroid: 'transparent',
disableFullscreenUI: true,
autoCapitalize: 'sentences',
blurOnSubmit: true,
editable: true,

animationDuration: 225,
Expand Down

0 comments on commit 973edab

Please sign in to comment.