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

fix: empty line when one row filled by tag and optimize #ACP-2796 #31

Merged
merged 1 commit into from
Jul 1, 2020

Conversation

zangguodong
Copy link
Collaborator

No description provided.

@@ -163,18 +169,12 @@ export class MultiSelectComponent extends BaseSelect<unknown[]>
onHideOptions() {
super.onHideOptions();
this.inputRef.nativeElement.value = '';
this.renderer.removeStyle(this.inputRef.nativeElement, 'width');
this._renderer.removeStyle(this.inputRef.nativeElement, 'width');
Copy link
Collaborator

@fengtianze fengtianze Jul 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

加下划线干嘛,private够了

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

commit时候,报的ts规则,private要加下划线,还有那个unused也是的

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不会吧,这个规则应该禁用了的,本地依赖 install 试试

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

嗯,安装后好了

fengtianze
fengtianze previously approved these changes Jul 1, 2020
@zangguodong zangguodong merged commit 7b8b9b1 into alauda:master Jul 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants