question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Specific statement is incorrect

See original GitHub issue

Description

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:closed
  • Created a year ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
bob-watsoncommented, Jun 29, 2022

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)

0reactions
angular-automatic-lock-bot[bot]commented, Aug 12, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found