-
Notifications
You must be signed in to change notification settings - Fork 85
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
Create helpers for using Lit templates instead of renderer function #266
Labels
Comments
Prototype using Lit 2 pre-release: https://github.com/web-padawan/lit-vaadin-helpers |
Published |
Related issue for |
This was referenced Apr 27, 2022
This was referenced May 3, 2022
This was referenced May 4, 2022
Created a ticket to not forget about documentation for Lit directives: vaadin/docs#1356 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a LitElement user I want to configure Vaadin components
html
tagged literals and notrenderer
functions.Components affected
vaadin-grid
(columns + row details)vaadin-combo-box
(item renderer)vaadin-context-menu
vaadin-select
vaadin-dialog
vaadin-notification
vaadin-grid-pro
Expectations
renderer
internallyeventContext
is handled properly. Current DX for it is quite painful: 1, 2The text was updated successfully, but these errors were encountered: