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
If the attribute placeholder of attr is provided [...] It will be extracted as the default option.
According to html5 spec[0], placeholders are meant as hints for the input, and may contain a non-valid value
The placeholder attribute represents a short hint (a word or short phrase) intended to aid the user with data entry. A hint could be a sample value or a brief description of the expected format
I propose removing the feature of using placeholder attribute for a default value.
From
README.md
:According to html5 spec[0], placeholders are meant as hints for the input, and may contain a non-valid value
I propose removing the feature of using placeholder attribute for a default value.
[0] https://www.w3.org/TR/2011/WD-html5-20110405/common-input-element-attributes.html#the-placeholder-attribute
The text was updated successfully, but these errors were encountered: