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(ui5-multiinput): hide placeholder when tokens #2789

Merged
merged 2 commits into from
Feb 6, 2021

Conversation

Martotko
Copy link
Contributor

@Martotko Martotko commented Feb 5, 2021

Fixes: #2261

@Martotko Martotko requested a review from ilhan007 February 5, 2021 11:01
@@ -1176,6 +1176,10 @@ class Input extends UI5Element {
return isPhone();
}

get _getPlaceholder() {
Copy link
Member

Choose a reason for hiding this comment

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

get _get is not needed, it is getter by nature, so you can just use get _placeholder

Also add @ protected to point out that derived classes rely on this getter.

@Martotko Martotko requested a review from ilhan007 February 5, 2021 13:06
@ilhan007 ilhan007 merged commit 679dae3 into SAP:master Feb 6, 2021
NHristov-sap pushed a commit to NHristov-sap/ui5-webcomponents that referenced this pull request Feb 9, 2021
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.

[ui5-multi-combobox / ui5-multi-input] placeholder wrong visualization
2 participants