-
### Description
LWC components do not respect [`observedAttributes` or `attributeChangedCallback`](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements#using_the_lifecy…
-
**Is your feature request related to a problem? Please describe.**
The new proposal, [Numeric Separators](https://github.com/tc39/proposal-numeric-separator), allows separators to be used in source c…
-
This affects attribute validation in `@lwc/template-compiler`, which currently surfaces as warnings.
The libraries [html-element-attributes](https://www.npmjs.com/package/html-element-attributes) a…
-
**Describe the bug**
Icon styling hook not working in the dev server, but works in the scratch org.
**To Reproduce**
Steps to reproduce the behavior:
1. Use the example in the official documenta…
-
Hello Everyone, I have an issue with Salesforce Flow.
Scenerio is this--
I want to create a multi-select picklist field in a Salesforce Flow screen component, where the options for this multi-select…
-
**Minecraft Version :** 1.20.2
**Mohist Version :** mohist-1.20.2-91
**Operating System :** Windows 10
**Logs :** https://drive.google.com/file/d/1YxJRGsr0MFV1EmVVaZ6_…
-
I am trying to figure out how to implement cross-cutting concerns in LWC and thought to use decorators; LWC is class-based and this one such way of doing this.
But, when I went implement my own dec…
-
The idea is to create an LWC that lets you display multiple bundles, where each bundle is a row.
The purpose would be to allow separation between bundles, but without having to put the multiple bun…
-
It's possible to write an LWC component that over-renders unnecessarily. Example:
```js
export default class App extends LightningElement {
@track data = { foo: 'foo'}
connectedCallback() …
-
This is an idea to encourage developers to write accessibility unis tests and thus comply with the accessibility best practices that sa11y is able to detect. We could include @sa11y/jest (https://gith…