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

no background after showing picker above input #495

Closed
corredor28 opened this issue Aug 17, 2014 · 2 comments
Closed

no background after showing picker above input #495

corredor28 opened this issue Aug 17, 2014 · 2 comments
Milestone

Comments

@corredor28
Copy link

Steps to reproduce: http://jsfiddle.net/1dnaes6w/1/

  1. Click second input to show datetimepicker2 (it appears above, everything is fine)
  2. Hide it and scroll down the page.
  3. Now click it again. The picker shows up, but has no background. (First problem)
  4. Hide it again and go back to the top.
  5. Click again. This time the picker is shown below input. (Second problem)

Are these bugs? Or am I missing some options?

PS: Nice work with this plugin :)

nikoskalogridis added a commit that referenced this issue Aug 17, 2014
@nikoskalogridis nikoskalogridis added this to the 3.1.2 milestone Aug 17, 2014
@nikoskalogridis nikoskalogridis self-assigned this Aug 17, 2014
@nikoskalogridis
Copy link
Contributor

the no background issue is fixed in development. Check it here

@nikoskalogridis
Copy link
Contributor

Behaviour: By default the dropdown will try to show at the bottom of the input element. if no room is available it will switch to the top. This is the behaviour with options.direction: 'auto' which is the default option. You could tell it to always show at the top or at the bottom through the 'up' or 'bottom' on the options.direction

@ghost ghost locked and limited conversation to collaborators Jun 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants