We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
properties
Checklist
--dev
Playground: https://custom-elements-manifest.netlify.app/?source=CmltcG9ydCB7IExpdEVsZW1lbnQgfSBmcm9tICdsaXQtZWxlbWVudCc7Cgpjb25zdCBmb3JtUHJvcGVydGllcyA9IHsKICAgIGZvbzogewogICAgICAgIHJlZmxlY3Q6IHRydWUsCiAgICAgICAgYXR0cmlidXRlOiAiZm9vIgogICAgfQp9CgpleHBvcnQgY2xhc3MgTXlFbGVtZW50IGV4dGVuZHMgTGl0RWxlbWVudCB7CiAgc3RhdGljIGdldCBwcm9wZXJ0aWVzICgpIHsKICAgIHJldHVybiB7CiAgICAgIC4uLmZvcm1Qcm9wZXJ0aWVzLAogICAgICBiYXI6IHtyZWZsZWN0OiB0cnVlfQogICAgfQogIH0KfQo%3D&library=litelement
TLDR: When you do something like:
const formProperties = { foo: {}} static properties = { ...formProperties }
The form properties never get added to the custom elements manifest.
Expected behavior
"members": [ { "kind": "field", "name": "foo", "privacy": "public", "attribute": "foo", "reflects": true, }, ]
Current behavior:
"members": [ { "kind": "field", "name": "-", "privacy": "public", "attribute": "", }, ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
--dev
flag to get more information?Playground: https://custom-elements-manifest.netlify.app/?source=CmltcG9ydCB7IExpdEVsZW1lbnQgfSBmcm9tICdsaXQtZWxlbWVudCc7Cgpjb25zdCBmb3JtUHJvcGVydGllcyA9IHsKICAgIGZvbzogewogICAgICAgIHJlZmxlY3Q6IHRydWUsCiAgICAgICAgYXR0cmlidXRlOiAiZm9vIgogICAgfQp9CgpleHBvcnQgY2xhc3MgTXlFbGVtZW50IGV4dGVuZHMgTGl0RWxlbWVudCB7CiAgc3RhdGljIGdldCBwcm9wZXJ0aWVzICgpIHsKICAgIHJldHVybiB7CiAgICAgIC4uLmZvcm1Qcm9wZXJ0aWVzLAogICAgICBiYXI6IHtyZWZsZWN0OiB0cnVlfQogICAgfQogIH0KfQo%3D&library=litelement
TLDR: When you do something like:
The form properties never get added to the custom elements manifest.
Expected behavior
Current behavior:
The text was updated successfully, but these errors were encountered: