Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a maxLines parameter for multiline Input. #6310

Merged
merged 7 commits into from
Oct 14, 2016
Merged

Add a maxLines parameter for multiline Input. #6310

merged 7 commits into from
Oct 14, 2016

Commits on Oct 13, 2016

  1. Add a maxLines parameter for multiline Input.

    If maxLines is 1, it's a single line Input that scrolls horizontally.
    Otherwise, overflowed text wraps and scrolls vertically, taking up at
    most `maxLines`.
    
    Also fixed scrolling behavior so that the Input scrolls ensuring the
    cursor is always visible.
    
    Fixes #6271
    mpcomplete committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    7a144b1 View commit details
    Browse the repository at this point in the history
  2. oops

    mpcomplete committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    77a8f1b View commit details
    Browse the repository at this point in the history
  3. comments

    mpcomplete committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    845c845 View commit details
    Browse the repository at this point in the history
  4. import

    mpcomplete committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    ca3a70c View commit details
    Browse the repository at this point in the history
  5. test and RO.update fix

    mpcomplete committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    12de04a View commit details
    Browse the repository at this point in the history
  6. constant

    mpcomplete committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    b03e8f1 View commit details
    Browse the repository at this point in the history
  7. fix.caretRect

    mpcomplete committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    85b41ff View commit details
    Browse the repository at this point in the history