Skip to content
#

webcomponent

web-components logo

Developers can create custom, reusable, encapsulated HTML tags for the web using Web Components. Components use the Custom Element standard, frequently in combination with the Shadow DOM, HTML Templates, and ES Modules.

Here are 394 public repositories matching this topic...

sto3psl
sto3psl commented Sep 22, 2020

Describe the bug
Currently @duetds/date-picker does not work with Rollup (or I didn't get it to).
The problem appears to be a dynamic import statement with a template string:

return import(`./${bundleId}.entry.js${""}`);

Rollup seems to ignore these imports: "Dynamic imports on runtime are ignored by Rollup #2463"

**To

documentation good first issue
mathlive
Khazuar
Khazuar commented Jan 15, 2020

I'd be great if it were possible to set a placeholder content for the mathfield, equivalent to the placeholder-text of html-textareas. If this supported latex, it could easily be used to display text, too, by wrapping it in \text{...}.

feature good first issue help wanted