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

Button Directive | label input type mismatch #15590

Closed
cetincakiroglu opened this issue May 16, 2024 · 1 comment
Closed

Button Directive | label input type mismatch #15590

cetincakiroglu opened this issue May 16, 2024 · 1 comment
Assignees
Labels
LTS-PORTABLE Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@cetincakiroglu
Copy link
Contributor

    @Input() get label(): string {
        return this._label as string;
    }
public _label: string | undefined;
@cetincakiroglu cetincakiroglu added Type: Bug Issue contains a bug related to a specific component. Something about the component is not working LTS-PORTABLE labels May 16, 2024
@cetincakiroglu cetincakiroglu added this to the 17.16.2 milestone May 16, 2024
@cetincakiroglu cetincakiroglu self-assigned this May 16, 2024
@github-actions github-actions bot added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label May 16, 2024
@cetincakiroglu
Copy link
Contributor Author

Fixed in 9e76231

@cetincakiroglu cetincakiroglu removed the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LTS-PORTABLE Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

1 participant