Git Product home page Git Product logo

Comments (9)

caarlos0 avatar caarlos0 commented on August 21, 2024

Have you added
//= require bootstrap-datepicker/core
to your application.js file?

from bootstrap-datepicker-rails.

maxnovee avatar maxnovee commented on August 21, 2024

ps. closing was a missclick! sorry!

application.js:
//= require jquery.min
//= require jquery_ujs
//= require jquery-ui.min
//= require bootstrap-datepicker/core
//= require_tree .

application.css:
*= require_self
*= require_tree .
*= require bootstrap-datepicker

from bootstrap-datepicker-rails.

caarlos0 avatar caarlos0 commented on August 21, 2024

when are you calling the .datepicker() function?

from bootstrap-datepicker-rails.

maxnovee avatar maxnovee commented on August 21, 2024

in application.js:

$(document).on("focus", "#person_birth_date", function(e){
   $(this).datepicker({"format": "yyyy-mm-dd", "weekStart": 1, "autoclose": true});    
});

in the view requested object is:

    <%= f.text_field :birth_date %>

from bootstrap-datepicker-rails.

Nerian avatar Nerian commented on August 21, 2024

I don't see bootstrap css required in your manifest. How are you handling that?

from bootstrap-datepicker-rails.

maxnovee avatar maxnovee commented on August 21, 2024

gem "bootstrap-sass", "~> 2.1.0.0" in Gemfile
@import 'bootstrap'; in application.css

from bootstrap-datepicker-rails.

maxnovee avatar maxnovee commented on August 21, 2024

problem is solved. thank you for your attention.
gem 'bootstrap-sass' and @import 'bootsrap'; in custom.css.scss was the solution.

from bootstrap-datepicker-rails.

ehsun7b avatar ehsun7b commented on August 21, 2024

I have the same problem and can not fix it at all.

My gemfile:

gem 'bootstrap-datepicker-rails'
gem 'bootstrap-sass'

my application.css:

*= require_self
*= require_tree
*= require bootstrap-datepicker
*/

@import 'bootsrap';

my application.js:

//= require jquery
//= require jquery_ujs
//= require_tree
//= require bootstrap-datepicker
//= require bootstrap-datepicker/core
//= require bootstrap-datepicker/locales/bootstrap-datepicker.es
//= require bootstrap-datepicker/locales/bootstrap-datepicker.fr

my html code:

<%= f.text_field(:warranty, :size => 10, :class => "datepicker") %>

javascript part at the bottom of the page:

$('.datepicker').datepicker();

from bootstrap-datepicker-rails.

sufleR avatar sufleR commented on August 21, 2024

@ehsun7b you have to include bootstrap.css and bootstrap-datepicker.css in your view.
It fixed my problems.

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.