I’m trying to implement a Search Bar component like the BakeryApp using Lit component, but the component is not displayed in my form.
I don’t know what I’m doing wrong. Thanks for the help.
I’m using the code from https://github.com/vaadin/bakery-app-starter-flow-spring

search-bar.js (6.17 KB)


Your tag in your java class is missing the letter ‘a’ in search
Nicely spotted! ![]()
If you look closely the IDE autocorrect is complaining ![]()
I saw that but only because you had pointed out what to look for.
OMG You right guys, thanks. Now it’s working.