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.

Radio Group Missing Value Prop

See original GitHub issue

When running the Basic Radio Group component from the examples page, I’m getting the following error:

vue.runtime.esm.js:427 [Vue warn]: Missing required prop: "value"

found in

---> <UiRadio> at C:\code\packages\keen-ui\src\UiRadio.vue
       <UiRadioGroup> at C:\code\packages\keen-ui\src\UiRadioGroup.vue

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:4
  • Comments:11 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
lucassmacedocommented, May 30, 2017
2reactions
Svobicommented, May 17, 2017

Same here. Webpack configuration importing into component. Both Radio Group and Checkbox Group react like this. Component configuration via v-model and own keys config via inline Definition of :keys=“config”

— 2 hours later — so i’m very new to vue. But perhaps this might be a Problem.

https://github.com/JosephusPaye/Keen-UI/blob/master/src/UiRadioGroup.vue The template definition defines no :value in the <ui-radio> tag.

https://github.com/JosephusPaye/Keen-UI/blob/master/src/UiRadio.vue BUT the ui-radio requires a value prop.

i made a fiddle. https://fiddle.jshell.net/Svobi/j7phx86z/1/

Trigger the Error by click on one element. I hope this helps

Read more comments on GitHub >

github_iconTop Results From Across the Web

Keen ui - Radio Group Missing Value Prop - Laracasts
Hello guys, i have a problem with keen ui + vuejs.. the error is showing in console.. vue.runtime.esm.js:427 [Vue warn]: Missing required prop:...
Read more >
Why we need "value" prop of RadioGroup in react?
As you know, RadioGroup has the prop called "value", and the official says you can control the radio with it and "onChange" props....
Read more >
RadioGroup - React Spectrum Libraries - Adobe
RadioGroup only allows single selection. An initial, uncontrolled value can be provided to the RadioGroup using the defaultValue prop.
Read more >
<input type="radio"> - HTML: HyperText Markup Language
The value attribute is a string containing the radio button's value. ... the submitted form data at all, since there is no value...
Read more >
Radio Group - Components - Twilio Paste
To make an uncontrolled radio group, you do not pass the value or onChange props. If you need a radio to be checked...
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