Skip to content

Commit ec28127

Browse files
committed
refactor(radio-group0: use correct id
1 parent 22767e3 commit ec28127

File tree

1 file changed

+1
-1
lines changed
  • core/src/components/radio-group/test/validation

1 file changed

+1
-1
lines changed

core/src/components/radio-group/test/validation/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ <h2>Optional Field (No Validation)</h2>
108108
'fruits-radio-group': (value) => {
109109
return value !== undefined;
110110
},
111-
'optional-checkbox': () => true, // Always valid
111+
'optional-radio-group': () => true, // Always valid
112112
};
113113

114114
function validateField(radioGroup) {

0 commit comments

Comments
 (0)