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