Skip to content

Commit 7926f08

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

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ <h2>Optional Notes</h2>
244244
validateField(textarea);
245245
validateForm();
246246

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

0 commit comments

Comments
 (0)