Closed kylewelsby closed 4 years ago
Components that are written with array input do not out-put the programmed default values in the properties table.
class MyComp extends LitElement { /** * should render default values */ @property({ type: Array }) myArray = ["value"] }
myArray
string[]
Thanks for reporting this issue! It has now been fixed on the refactor branch. I will close this issue when the fix has been published :+1:
refactor
Components that are written with array input do not out-put the programmed default values in the properties table.
Example code
Expected output
myArray
myArray
string[]