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 18b9e72 commit f43433fCopy full SHA for f43433f
core/src/components/radio-group/test/validation/index.html
@@ -106,7 +106,7 @@ <h2>Optional Field (No Validation)</h2>
106
// Validation functions
107
const validators = {
108
'fruits-radio-group': (value) => {
109
- return value !== undefined;
+ return value !== '' && value !== undefined;
110
},
111
'optional-radio-group': () => true, // Always valid
112
};
0 commit comments