-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
DateTimePicker is not shown #890
Comments
Hi @invulsion. Which browser versions are you seeing this with? Can you see the same on the public prototype app? |
@nickcharlton the public prototype seems to work fine. PS: The data search field is broken. When I click inside it, it doesn't focus the input field. It was working fine before the major redesign. |
I'm experiencing the same symptoms with 0.7.0. Did anyone find a the cause and a solution to this? |
@mustafarian Are you able to try with |
+1 the same on 0.8.1 datetimepicker widget has display:none; css property even when i click on the input field |
Hmm, interesting! It sounds like the JavaScript which does this isn't loading. It's been a little while since this was first reported, could you report back if it's still an issue? |
As of jQuery version 3 and later, it seems to honor the value set in class unless the hidden setting of the target element is set in the style attribute. example: |
By the way, repository of datetime_picker_rails is not currently being maintained, so it is not desirable to use it. |
Closing due to lack of activity. If you are still experiencing this issue, please let us know. Here's a possibly related issue: #1408 |
When I click on a field with a class "datetimepicker" the bootstrap dropdown is not shown as expected. I'm using Administrate 0.7.0. I can see from the Inspector that the dropdown element is created but not shown.
Any issues?
The text was updated successfully, but these errors were encountered: