SIGN IN SIGN UP

Always honor explicitly set keyboardType and inputAction for TextField (#20547)

With this change you can now create "wrapping" text fields that do not show the new line button:

```dart
new TextField(
  maxLines: null,
  keyboardType: TextInputType.text,
);
```
M
Michael Goderbauer committed
4d9c3cc377d2399e903ea71e7a14116fb28c9f3e
Parent: 2f3dd2c
Committed by GitHub <noreply@github.com> on 8/15/2018, 6:35:49 PM