-
### Which package(s) are affected?
Virtualizer (@lit-labs/virtualizer)
### Description
Following the example to scroll list element into view.
`this.list[virtualizerRef].scrollElementIntoView({i…
-
### Which package(s) are affected?
Lit Core (lit / lit-html / lit-element / reactive-element)
### Description
I have a scenario where I'm trying to cache something that is rendered based on a provi…
-
# Description
1. A controller is written in typescript and compiled to use tslib to support ecmascript `#private` fields.
2. The controller extends a super class which calls `host.addControlle…
-
More and more JavaScript libraries are using tagged template literals (lit-html and HyperHTML are becoming very popular). Interop with these libraries is a problem though because Dart doesn't support …
-
| | |
| --- | --- |
| Bugzilla Link | [33944](https://llvm.org/bz33944) |
| Version | trunk |
| OS | All |
| CC | @igorkudrin,@stella.stamenova |
| Fixed by commit(s) | 6389250 |
## Extended Descri…
-
### Should this be an RFC?
- [X] This is not a substantial change
### Which package is this a feature request for?
Lit Core (lit / lit-html / lit-element / reactive-element)
### Description
Origi…
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/.github/CONTRIBUTING.md).
- [X] I agree to follow the [Code of Conduct](https://gi…
-
C:\Users\xxx\Downloads\lit-demo-master\lit-demo-master>npm install
npm WARN package.json lit-js-demo@1.0.0 No repository field.
express@4.14.0 node_modules\express
├── escape-html@1.0.3
├── encodeurl@…
-
### Which package(s) are affected?
@lit-labs/testing
### Description
When I use a `TemplateResult` object returned by the `html` template function inside an expression like this:
```js
im…
-
### Describe the bug
Select element does not show selected values on first render since 3.18.
### Demo
I'll link two stackblitz demo. 2.17.1 - wihtout bug, and 2.18 - with bug(does not show value…