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 Apr 12, 2024. It is now read-only.
The HTML spec says that name is not required so angular should not force people to use it.
Ex.
It's very common to use inputs to show copy/pasteable data. For instance
<textarea readonly>code snippet</textarea>
since select all with that field in focus will select all text.
Angular creates an ng-exception on the element because the name attribute is missing.
The text was updated successfully, but these errors were encountered:
The HTML spec says that name is not required so angular should not force people to use it.
Ex.
It's very common to use inputs to show copy/pasteable data. For instance
<textarea readonly>code snippet</textarea>
since select all with that field in focus will select all text.
Angular creates an ng-exception on the element because the name attribute is missing.
The text was updated successfully, but these errors were encountered: