vaadin / vaadin-core

Home Page:https://vaadin.com/docs/latest/ds/overview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expecting `vaadin-core.html` to import all "sub" elements too

samiheikki opened this issue · comments

I imported vaadin-core.html and used <vaadin-form-layout> (worked). But then copied <vaadin-form-item> from the form-layout's docs and expected it to work. Took me a while to realize that it wasn't imported at all. So as a user I was under the expectation that vaadin-core.html really imports all the elements.

And vaadin-text-area, vaadin-password-field.