question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Vue warn]: Missing required prop: "value" found in FlatPickr

See original GitHub issue
[x] Bug report => search github for a similar issue or PR before submitting
[ ] Feature request
[ ] Other, please describe

Tell about your platform

  • flatPickr version : 4.1.2
  • Vue.js version : 2.4.2
  • Browser name and version : Chrome|Firefox|Safari x.x.x
  • This package version : 5.0.0

Current behavior

[Vue warn]: Missing required prop: "value"

found in

Expected behavior should not show this error when there is v-model

Minimal reproduction of the problem with instructions

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

23reactions
ankurk91commented, Oct 18, 2020

@terrygreen0606

Make sure your are using correct version.

If you are using vue v2.x then

npm install vue-flatpickr-component@^8
2reactions
terrygreen0606commented, Oct 18, 2020

Same problem, here. Missing required prop: “modelValue”

<flat-pickr v-model="signupUser[2].dob" class="date_picker" placeholder="Date of Birth />

Read more comments on GitHub >

github_iconTop Results From Across the Web

[Vue warn]: Missing required prop: "productInfo"
I keep getting the error: [Vue warn]: Missing required prop: "productInfo" in my .vue file. It says its found in ProductSlider.vue.
Read more >
vue-flatpickr-component - npm package
The npm package vue-flatpickr-component was scanned for known vulnerabilities and missing license, and no issues were found. Thus the package was deemed as...
Read more >
Options
Config Option Type Default altFormat String "F j, Y" altInput Boolean false altInputClass String ""
Read more >
vue 2.x버전 flatpickr 문제 Missing required prop
vue 2.x버전 flatpickr 문제 Missing required prop: "value" found in FlatPickr ... 해당 환경을 기준으로 flatpickr 의존성을 설치하려면 아래와 같은 ...
Read more >
"Missing required prop" error - Get Help - Vue Forum
I don't know what you're expecting that to do but neither the prop name nor the prop value seem to be defined anywhere....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found