Radio Group Missing Value Prop
See original GitHub issueWhen 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:
- Created 6 years ago
- Reactions:4
- Comments:11 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@Svobi @JosephusPaye @curly33 any solution?
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