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 7fc8cbc commit 2db2b1fCopy full SHA for 2db2b1f
core/src/components/input/test/validation/index.html
@@ -243,7 +243,6 @@ <h2>Optional Field (No Validation)</h2>
243
validateField(input);
244
validateForm();
245
246
- // Debug: Log to hidden aria-live region for testing
247
const isInvalid = input.classList.contains('ion-invalid');
248
if (isInvalid) {
249
console.log('Field marked invalid:', input.label, input.errorText);
0 commit comments