We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec5dac commit 5f68ab9Copy full SHA for 5f68ab9
components/radio/Group.jsx
@@ -25,6 +25,7 @@ export default {
25
name: String,
26
buttonStyle: PropTypes.string.def('outline'),
27
onChange: PropTypes.func,
28
+ 'onUpdate:value': PropTypes.func,
29
},
30
data() {
31
const { value, defaultValue } = this;
0 commit comments