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

Date picker pop up goes above input box if it would go of the bottom of the screen #92

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

Commits on Mar 19, 2015

  1. Better positioning of popup

    wrote a custom module to replace bullseye which takes into account the
    size of the screen and places above if necessary
    znap026 committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    ca96dc9 View commit details
    Browse the repository at this point in the history
  2. Place back the version number

    Incorrect version number
    znap026 committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    8d54e11 View commit details
    Browse the repository at this point in the history
  3. Put version number back

    version numbers were still wrong
    znap026 committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    86e08eb View commit details
    Browse the repository at this point in the history
  4. Remove commented out code

    remove commented out code
    znap026 committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    b6e08fd View commit details
    Browse the repository at this point in the history
  5. Remove month input overides for now

    Removed this to not pollute pull request
    znap026 committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    7cbb889 View commit details
    Browse the repository at this point in the history
  6. Add override to dom element for month buttons

    having any sort of input was causing issues for me due to the loss of
    focus so need to use spans
    znap026 committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    1cf975f View commit details
    Browse the repository at this point in the history