You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2022. It is now read-only.
Error message:
.form-controlcannot be used on non-textual<input>s, such as those whosetypeis:file,checkbox,radio,range,buttonhttps://www.w3.org/TR/html5/forms.html#the-input-element
The missing value default is the Text state.
https://www.w3.org/TR/html4/interact/forms.html#h-17.4
This attribute specifies the type of control to create. The default value for this attribute is "text".
If I write an input tag without a type, this error should not be trigger, does it?