Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V-Model does not work and you provide no example of it working #1

Closed
moodyVlad opened this issue Mar 17, 2020 · 4 comments
Closed

V-Model does not work and you provide no example of it working #1

moodyVlad opened this issue Mar 17, 2020 · 4 comments

Comments

@moodyVlad
Copy link

No description provided.

@svnindia
Copy link

@moodyVlad

we have to use the input event listener

Example :

  <vue-tailwind-datepicker @input="setDate"></vue-tailwind-datepicker>

.
.
.
methods: {
  setDate(date) {
    this.form.mydate = date;
  }
}

Reference :

https://github.com/coding-wisely/vue-tailwind-datepicker/blob/master/src/vue-tailwind-datepicker.vue#L87

https://vuejs.org/v2/guide/components-custom-events.html

@Sharvadze
Copy link

Is there a way to close the calendar popup when the date is selected?

@nezaboravi
Copy link
Contributor

Is there a way to close the calendar popup when the date is selected?

Hey @Sharvadze , it is now, i have updated the code.

<datepicker inline-template
                selected-day-class="bg-teal-300"
                :close-on-click="true"
                input-field-class="bg-green-200 h-12 focus:outline-none w-full border-b border-grey-500"
                date-format="YYYY-MM-DD">
    </datepicker>

Please note close-on-click property

@nezaboravi
Copy link
Contributor

Provided example of using @input on README file
Added close-on-click on day selected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants