Back to Openproject

Form Field.Component

frontend/src/app/spot/components/form-field/form-field.component.html

17.3.1180 B
Original Source

@if (!hidden) { @if (showErrorMessage) { {{ text.invalid }} } {{ label }} @if (required) { * } @if (!noWrapLabel) { } @if (noWrapLabel) { }

@if (showErrorMessage) {

}

}