Closed jonmartinsolaas closed 7 years ago
Hi,
It is possibly due to the widgetset not having been compiled. You may see an error on the console saying that AutocompleteExtension isn't found in DefaultWidgetSet.
To solve this, you need to compile the widgetset during build. Please add the highlighted plugins to your pom.xml and rebuild your application: https://github.com/joshlong/vaadin-and-spring-talk/blob/master/pom.xml#L117-L181
You can find more info in this forum thread https://vaadin.com/forum#!/thread/9587133
Please let me know if that helped.
That did the trick, thanks a bunch!
Awesome! No worries, happy to help.
Using
`
in an app generated by Spring Initializr (Boot 1.5.2) the suggestions are not triggered for me. Works fine in a minimum app generated from the Vaadin archetype.
I would expect the error to be on me, but in this case the api is so clean and simple so I really don't understand how I can have messed it up :)