[change] remove TextInput autogrow behaviour

This is non-standard. Removes 'maxNumberOfLines' too.

Ref #287
This commit is contained in:
Nicolas Gallagher
2017-04-13 20:46:28 -07:00
parent 32183bb92a
commit ab45211401
5 changed files with 6 additions and 36 deletions

View File

@@ -74,19 +74,13 @@ Determines which keyboard to open. (NOTE: Safari iOS requires an ancestral
Limits the maximum number of characters that can be entered.
(web) **maxNumberOfLines**: number = numberOfLines
Limits the maximum number of lines for a multiline `TextInput`.
(Requires `multiline` to be `true`.)
**multiline**: bool = false
If true, the text input can be multiple lines.
**numberOfLines**: number = 2
Sets the initial number of lines for a multiline `TextInput`.
Sets the number of lines for a multiline `TextInput`.
(Requires `multiline` to be `true`.)