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 22767e3 commit ec28127Copy full SHA for ec28127
core/src/components/radio-group/test/validation/index.html
@@ -108,7 +108,7 @@ <h2>Optional Field (No Validation)</h2>
108
'fruits-radio-group': (value) => {
109
return value !== undefined;
110
},
111
- 'optional-checkbox': () => true, // Always valid
+ 'optional-radio-group': () => true, // Always valid
112
};
113
114
function validateField(radioGroup) {
0 commit comments