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 388 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
Sujin-Kim1
Sujin-Kim1 commented Apr 25, 2022

Describe the bug
Mounted folders change to unchecked after moving the session launcher page

To Reproduce

  1. Go to 'Summary / Sessions' page
  2. Click on 'Start' button to create a session
  3. Mount some existing folders
  4. Move to other pages of the session launcher by clicking the arrow buttons.

Expected behavior
Still checked.

Screenshots
<img width="413" alt="image

bug good first issue UI / UX