Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ng-option #2368

Closed
Usha-rani123 opened this issue May 6, 2024 · 1 comment
Closed

ng-option #2368

Usha-rani123 opened this issue May 6, 2024 · 1 comment
Labels
needs info Needs more information needs reproduction needs reproducible example

Comments

@Usha-rani123
Copy link

when I am selecting level as account or device in my angular component GL Code placeholder is displaying blank without message"select GL CODE"

GL Code Name*
{{ 'Select GL code' | translate }} {{element.GL_CODE_DESC}}
      <small *ngFor="let validation of errorMessages.gl_code_id" class="text-danger">
        <span *ngIf="
                  chargingForm
                    .get('gl_code_id')
                    ?.hasError(validation.type) &&
                  (chargingForm.get('gl_code_id')?.dirty ||
                  chargingForm.get('gl_code_id')?.touched)
                ">
          {{ validation.message }}
        </span>
      </small>
    </div>
  </div>
@Usha-rani123
Copy link
Author

please correct the code

@pavankjadda pavankjadda added needs reproduction needs reproducible example needs info Needs more information labels May 23, 2024
@pavankjadda pavankjadda closed this as not planned Won't fix, can't repro, duplicate, stale May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs info Needs more information needs reproduction needs reproducible example
Projects
None yet
Development

No branches or pull requests

2 participants