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

Added hideOnInit and hideIfEmpty options; Formatted Readme #29

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jan 28, 2016

  1. Added hideOnInit option

    Hides all list items upon initialization such that items will only
    appear after the input has changed at least once.
    shrmnk committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    c379231 View commit details
    Browse the repository at this point in the history
  2. Fixed hideOnInit

    shrmnk committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    7cfb6aa View commit details
    Browse the repository at this point in the history
  3. Added hideIfEmpty option

    Impacts performance minimally - will only check for empty field once per
    input.change()
    shrmnk committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    7c3be53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36aa715 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5163893 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b6df063 View commit details
    Browse the repository at this point in the history