-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Description
Try deleting the entire username, and you will see the error:
Uncaught IndexSizeError: Failed to set the 'size' property on 'HTMLInputElement': The value provided is 0, which is an invalid size.
But this shouldn't occur, because the component passes in "auto", which according to this post, is a valid value for size.
document.getElementById("email").setAttribute("size", "auto") works, but the equivalent in the component does not.
Metadata
Metadata
Assignees
Labels
No labels