-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
4.5.0
-
MOODLE_405_STABLE
Angular and Ionic forms use some validation methods and change styles to warn the user.
Invalid state is useful for the user to check if the value entered is correct or not, but valid state is usually unnecessary. We should study if we need to remove it on the whole app or only in some forms like feedback activity.
This is a code suggestion:
ion-input,
ion-select,
ion-textarea {
// Do not use validation styles for inputs.
-highlight-color-valid: var(-color);
{{ }}}