Carsten Sørensen

Results 13 comments of Carsten Sørensen

would it be possible to implement a: - [ ] simple month picker - similar to year picker - allowing quick jump to months ahead of current instead of clicking...

actually anything from here: https://material.io/components/pickers/#desktop-pickers

The cutting off the floating label will occur in any "container" not only dialog content section. Setting a margin-top:10px on the mdc-select element will solve it in general. Maybe worth...

Thanks both of you!! I think most of the "virtual" implementations I have investigated until now has been relying on CSS display and some sort of fixed sizing of TD...

> > Using actual `` markup but using the CSS display property to override the standard table layout behavior > > This is the approach we are using in `vaadin-grid`...

Hi, Are any updates planned to the lit-virtualizer in the short/medium term? eventually with a fix to above.

I dont see any 404 - however I saw something.... Seems to be related to CSSMODE and JSONMODE ... ?? when using it for SQL there is no issue

> it's ok when use sql, but show this error when load htmlworker.js not sure I understand... What I see is that it fails with jsonmode and cssmode ... which...

> It works for me: > > loader.config({ > paths: { > vs: window.location.origin + '/monaco-editor/vs' > } > }) Thanks for the tip! I had to include the path...