Giter Club home page Giter Club logo

vuejs-datepicker's People

Contributors

charliekassel avatar coderdiaz avatar danjohnson95 avatar denisorbicode avatar edwinnnss avatar elhornair avatar g-wilson avatar gfauconnet avatar hansi90 avatar ingipingi avatar kkomelin avatar kmgv avatar matsrietdijk avatar mazedlx avatar mgpnd avatar neoglyph avatar officert avatar oknemi avatar pdong avatar pflirae avatar romeromsk avatar simllll avatar smilee avatar snovakovic avatar stefanotron avatar tobischulz avatar tomrada avatar websmurf avatar whossname avatar yyuurreecc5 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

achiko18 idist-hn

vuejs-datepicker's Issues

Is there a way to disable the header for just month/year?

For my own purposes, I only want the user to select a date from a range of a few days, meaning there's no need for them to be able to select a different month or year by clicking on the header. I see the arrow keys on the side are more than enough to traverse through the calendar.
In the code I see there's a boolean for headingClickable and wonder if that was to control just that change between the day-month-year picker or just the heading itself being disabled (including the arrows).

Could you give me any advice on how to tackle this issue?

Feature Request: Input date shortcut

Hi,

It would be nice that Datepicker select / fill date if you input manually day or day + month and hit enter. Currently it select date in the picker but doesn't fill input field.

Regards

typeable

При вводе даты руками, например, 2021-08-19 вводится 2021-08-019 (календарь переходит на 2021-08-01)
Хочу ввести день 19, а этот код
watchEffect(() => (input.value =
props.modelValue && isValid(props.modelValue)
? format(props.modelValue, props.inputFormat, {
locale: props.locale,
})
: ''));
отрабатывает и как только 1 увидел заменил ее на 01

Issue: when input manually day, the previous day is selected instead

Hello,

First of all, thank you for this fork that fixed finally annoying bug.
I've observe strange behavior when you input data manually.

I use following date format DD/MM/YYYY
When you start input day it looks that Datepicker select instead the previous day. Take a look to screenshot. It doesn't occurs if you input complete date just when you input day or day+month

 <datepicker
      :value="value"
      :typeable="true"
      format="DD/MM/YYYY"
      language="es"
      input-class="is-valid"
      @input="update($event)"
      :bootstrapStyling="true" />

image

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.