Answers for "difference between .touched & .dirty in angular"

0

difference between .touched & .dirty in angular

valid: This property returns true if the element’s contents are valid and false otherwise.
invalid: This property returns true if the element’s contents are invalid and false otherwise.

pristine: This property returns true if the element’s contents have not been changed.

dirty: This property returns true if the element’s contents have been changed.
untouched: This property returns true if the user has not visited the element.
touched: This property returns true if the user has visited the element.
Posted by: Guest on March-23-2022

Code answers related to "difference between .touched & .dirty in angular"

Code answers related to "Javascript"

Browse Popular Code Answers by Language