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

Chips: Add missing mouse interactions #623

Merged

Commits on Jul 26, 2017

  1. Chips: Add missing mouse interactions

    Add the ability to click anywhere in the chips element to give the input focus, plus the ability to click on a chip to focus it.
    pauln committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    92f0abf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e406d3b View commit details
    Browse the repository at this point in the history
  3. Chips: Apply md-readonly class to md-chips-wrap element if read-only

    Also removes the md-chips class from the md-chips element.  This fixes the issue where `cursor: text` was being applied even when read-only.
    pauln committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    39fa3a8 View commit details
    Browse the repository at this point in the history