Specific statement is incorrect
See original GitHub issueDescription
According the documentation:
"Additionally, Angular applies the ng-submitted class to <form> elements upon submission. This class does not apply to inner controls."
According to the ngControlStatusHost const and AbstractControlStatus class, there is no ng-submitted option.
Kindly remove this statement.
Thanks
Kannan.S
What is the affected URL?
https://angular.io/guide/forms
Please provide the steps to reproduce the issue
No response
Please provide the expected behavior vs the actual behavior you encountered
Kindly remove this statement.
Please provide a screenshot if possible
No response
Please provide the exception or error you saw
No response
Is this a browser-specific issue? If so, please specify the device, browser, and version.
No response
Issue Analytics
- State:
- Created a year ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
What Are Statements? Definition and Examples
In summary, statements are the kind of sentences that are either true or false. Sentences are ambiguous when they can be used to...
Read more >1.1: Statements and Conditional Statements - Mathematics ...
In mathematics, a statement is a declarative sentence that is either true or false but not both. A statement is sometimes called a...
Read more >Clue words are important
If any part of the statement is false, the answer is FALSE. Negative to Positive. A double negative is a statement that uses...
Read more >Study Skills: True/False Test Preparation Tips and Strategies
The following strategies will enhance your ability to answer true/false questions correctly: Approach each statement as if it were true. Approach each ......
Read more >Counterexamples | Lesson (article)
What is a counterexample? A mathematical statement is a sentence that is either true or false. Examples.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
How about rewording that section to read something like:
Track form states
Angular applies the
ng-submitted
class to<form>
elements after the form has been submitted. This class can be used to change the form’s style after it has been submitted.Track control states
Adding the NgModel directive to a control adds class names to the control that describe its state. These classes can be used to change a control’s style based on its state.
The following table describes the class names that Angular applies based on the control’s state.
(table goes here)
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.