-
Notifications
You must be signed in to change notification settings - Fork 46
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
MaterialAutoComplete type=TEXT throws an exception in demo #61
Comments
@ratuka Thanks I confirmed the bug exists |
Has this been resolved? |
Unfortunately not. Even in the latest 1.6.0 snapshot it throws "uncaught exception: com.google.gwt.event.shared.UmbrellaException: Exception caught: This widget's parent does not implement HasWidgets" |
I've traced this error down but I'm not sure how to fix it. |
The TextBox shouldn't be reattaching itself in the display item. Will submit the fix tonight. |
@BenDol Nice one |
http://gwtmaterialdesign.github.io/gwt-material-demo/#!autocomplete
scroll to the TYPE TEXT example, click on the textbox, than type L, select the first suggestion, than see the console for the error
The text was updated successfully, but these errors were encountered: