FormControls: Support 'no validation' mode #1752
Labels
Focus: component
Issues concerning a specific component
Goal: Library Stabilization
A task needed to get the library closer to it's final state
Target: latest
Issues related to the latest version of the library (master)
Type: feature
Functionality that doesn't currently exist
There are times where controls don't need a validation or a hint. We should add an
@Input
so that the space below the control is not reserved for a validation message.Examples of this:
noValidationOrHint = false
*ngIf
on the validation messages component - AND to remove spacing under component.false
The text was updated successfully, but these errors were encountered: