Git Product home page Git Product logo

Comments (5)

Nerian avatar Nerian commented on August 21, 2024

Your issue is that you are using the datepicker that comes form jQuery, rather than the one that comes form bootstrap. Both bootstrap's and jQuery's datepicker are instantiated in the same way, with .datepicker().
.
My guess is that activeadmin includes jquery UI, and is included at the end of application.js.

Try being explicit about requiring jquery-ui in application.js and put it after require jquery_ujs.

from bootstrap-datepicker-rails.

alexisraca avatar alexisraca commented on August 21, 2024

Ok part of the problem got fixed changing the //= require jquery after //= require jquery_ujs, the date format is again dd-mm-yyyy, thnx now i still need to remove the:

div class="ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all" id="ui-datepicker-div"

tags problem when click on date picker, ill keep updated when i fix it

from bootstrap-datepicker-rails.

Nerian avatar Nerian commented on August 21, 2024

Notice that I said jquery-ui not jquery.

from bootstrap-datepicker-rails.

Nerian avatar Nerian commented on August 21, 2024

Here is the problem:

https://github.com/gregbell/active_admin/blob/master/app/assets/javascripts/active_admin/base.js

jquery-ui comes with a datepicker. You need to require bootstrap datepicker after requiring jquery-ui. Try this:

//= require jquery
//= require jquery_ujs
//= require jquery_ui
//= require twitter/bootstrap
//= require bootstrap
//= require bootstrap-datepicker
//= require_tree .

This is where rails admin is setting up his own datepicker:

https://github.com/gregbell/active_admin/blob/master/app/assets/javascripts/active_admin/pages/application.js.coffee#L8

from bootstrap-datepicker-rails.

alexisraca avatar alexisraca commented on August 21, 2024

The problems persist, i ended up deleting the gem and still i didnt mention it because the main problem were the tags from ui instead of datepickers, the styles are messed up too, no styles at all exactly, ill have to find a way to datepick without messing up styles or tags, is a pain, or ill try. thank you, if i find a way later to fix it ill post, but ill have to go around the problem right now.

from bootstrap-datepicker-rails.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.