Skip to content

Commit

Permalink
Fixed input position for multiline fields on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
n4kz committed May 17, 2017
1 parent 8e73dff commit c3b6a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/field/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ export default class TextField extends PureComponent {
height: fontSize * 1.5 + height,

...Platform.select({
ios: { left: 1, top: -1 },
ios: { top: -1 },
android: { textAlignVertical: 'top' },
}),
}:
Expand Down

0 comments on commit c3b6a5e

Please sign in to comment.