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

MaterialComboBox 'Remove all items' throw java.lang.JsException: TypeError: this.placeholder is undefined #442

Closed
djordje2192 opened this issue Aug 20, 2024 · 1 comment

Comments

@djordje2192
Copy link

djordje2192 commented Aug 20, 2024

Hi,
I am using MatirialComboBox in my solutions and I have enabled 'Remove all items' button, but when I click on it I have got error java.lang.JsException: TypeError: this.placeholder is undefined
image

Just to let you know I have using Java version of GWT and I had use version 2.6.1 of gwt material (I have upgraded my solutions to newer version 2.8.3, but that does not help)

@djordje2192 djordje2192 changed the title MatirialComboBox 'Remove all items' throw java.lang.JsException: TypeError: this.placeholder is undefined MaterialComboBox 'Remove all items' throw java.lang.JsException: TypeError: this.placeholder is undefined Aug 20, 2024
@djordje2192
Copy link
Author

Found the solution, I didn't call function setPlaceholder("placeholder"); After adding this everything is work

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

No branches or pull requests

1 participant