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

feat(input): option to imperatively float placeholder #2585

Merged
merged 4 commits into from
Feb 3, 2017

Commits on Feb 1, 2017

  1. feat(input): option to imperatively float placeholder

    Refactors the `[floatingPlaceholder]` input to be able to specifiy whether the label should always float or not.
    
    There are three options for the `floatingPlaceholder` input binding now
    
    - If set to `true`, the placeholder will *always* float
    - If set to `false`, the placeholder will *never* float
    - If set to `null`, the placeholder will float if text is entered.
    
    Closes angular#2466
    devversion committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    2055653 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a1314e View commit details
    Browse the repository at this point in the history
  3. Single line comment

    devversion committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    066c3d6 View commit details
    Browse the repository at this point in the history
  4. Address comments

    devversion committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    025fae4 View commit details
    Browse the repository at this point in the history