Giter Site home page Giter Site logo

Comments (5)

bevacqua avatar bevacqua commented on May 3, 2024

Not a bug, initialValue must be formatted according to inputFormat.

See: http://jsfiddle.net/znwyqfux/1/

from rome.

JosephSilber avatar JosephSilber commented on May 3, 2024

@bevacqua But the same is true for a date object:

rome(input, {
    initialValue : moment().startOf('week'),
    inputFormat  : 'MM/DD/YYYY',
});

The above doesn't set the initial value either.

Does that mean that the date has to first be formatted as a string, matching inputFormat?

from rome.

bevacqua avatar bevacqua commented on May 3, 2024

That works just fine for me, setting the correct initial value, using the selected format. Relevant code, in order of execution.

https://github.com/bevacqua/rome/blob/master/src/defaults.js#L35-L39
https://github.com/bevacqua/rome/blob/master/src/parse.js
https://github.com/bevacqua/rome/blob/master/src/input.js#L33-L35

from rome.

JosephSilber avatar JosephSilber commented on May 3, 2024

Interesting. It didn't work for me.

After countless hours of debugging, I decided to update moment (from 2.4.0 to 2.8.2). That solved it.

Weird.

from rome.

JosephSilber avatar JosephSilber commented on May 3, 2024

Also (not sure it's related to any of this) I'm getting deprecation notices from moment:

Deprecation warning: moment().subtract(period, number) is deprecated. Please use moment().subtract(number, period).

Deprecation warning: moment().add(period, number) is deprecated. Please use moment().add(number, period).

from rome.

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.