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
After the investigation needed for #3098 I have concluded we need to update any inputs that have the type attribute set to "text" to have the min and max attributes removed. This is because its invalid to set min and max attributes on text type inputs. Those attributes are reserved for number type inputs.
The text was updated successfully, but these errors were encountered:
rmccar
changed the title
Removemin and max HTML attributes for inputs with type set to "text"
Remove min and max HTML attributes for inputs with type set to "text"
Apr 25, 2024
After the investigation needed for #3098 I have concluded we need to update any inputs that have the
type
attribute set to "text" to have themin
andmax
attributes removed. This is because its invalid to setmin
andmax
attributes on text type inputs. Those attributes are reserved for number type inputs.The text was updated successfully, but these errors were encountered: