Skip to content

Commit 2db2b1f

Browse files
Update core/src/components/input/test/validation/index.html
Co-authored-by: Brandy Smith <[email protected]>
1 parent 7fc8cbc commit 2db2b1f

File tree

1 file changed

+0
-1
lines changed
  • core/src/components/input/test/validation

1 file changed

+0
-1
lines changed

core/src/components/input/test/validation/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ <h2>Optional Field (No Validation)</h2>
243243
validateField(input);
244244
validateForm();
245245

246-
// Debug: Log to hidden aria-live region for testing
247246
const isInvalid = input.classList.contains('ion-invalid');
248247
if (isInvalid) {
249248
console.log('Field marked invalid:', input.label, input.errorText);

0 commit comments

Comments
 (0)