Replies: 1 comment 9 replies
-
I don't really know much of the specifics for integrating with Adobe Premiere CEP Panel, but let's see what we can learn here together!
|
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm relatively new to programming (<1 year) so apologies on any dumb questions. Would love some advice from any experts on here like @Westbrook
For context I'm trying to use Spectrum Web Components to build out an Adobe Premiere CEP Panel. Two issues I'm having:
I can get most everything to work using the unrecommended setup using src="https://jspm.dev/@spectrum-web-components/bundle/elements.js" in the HTML. However, text fields and number fields don't let the user input any values. Maybe this is an issue with the unrecommended setup?
I'm having trouble figuring out the recommended set up of using individual components with LitElement. Do I have to use Typescript for this or can I use just JS and HTML? I've never used TypeScript and it seems more rare to use with Adobe CEP.
Thanks!!
Beta Was this translation helpful? Give feedback.
All reactions