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

Dropdown: autoWidth property wrong name #7394

Closed
Menecats opened this issue Mar 18, 2019 · 0 comments · Fixed by #7395
Closed

Dropdown: autoWidth property wrong name #7394

Menecats opened this issue Mar 18, 2019 · 0 comments · Fixed by #7395
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@Menecats
Copy link
Contributor

In the commit ccad045 has been inserted a typo during a copy-paste in the autoWidth setter method name.

Currently is utc it should be autoWidth.

    @Input() get autoWidth(): boolean {
        return this._autoWidth;
    }
    set utc(_autoWidth: boolean) {
        this._autoWidth = _autoWidth;
        console.log("Setting autoWidth has no effect as automatic width calculation is removed for better perfomance.");
    }
@cagataycivici cagataycivici self-assigned this Apr 17, 2019
@cagataycivici cagataycivici added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Apr 17, 2019
@cagataycivici cagataycivici added this to the 7.1.1 milestone Apr 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants