Giter VIP home page Giter VIP logo

Comments (4)

marcos1954 avatar marcos1954 commented on May 30, 2024

I'm pretty new to this code, but this is what I found and what I changed to fix it:

    function clear () {
        var options = $(this).data('pickmeup-options');
        if (options.mode != 'single') {
            options.date = [];
            options.lastSel = false;  // my quick work around was to add this
            options.binded.fill();
        }
    }

from pickmeup.

nazar-pc avatar nazar-pc commented on May 30, 2024

Sorry, I didn't understand what you mean. Can you describe by steps how to reproduce or even better - create example on JSFiddle?

from pickmeup.

marcos1954 avatar marcos1954 commented on May 30, 2024

http://jsfiddle.net/4gvL2/1/

this a date range calendar

to reproduce problem

  1. select one date (the beginning date)
  2. click the word clear below the calendar (it will invoke clear method on calendar)
  3. click on another date (should be taken as the start date in a new date range)

you can see the results with each calendar click. range is now NaN to start date.

it seems that there is a options.lastSel that gets toggled during the range selection. On calling clear, it needs to be reset, too

from pickmeup.

nazar-pc avatar nazar-pc commented on May 30, 2024

Thanks for reporting and fix!
Git version updated with 43be727 and will be included in next release.

from pickmeup.

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.