Skip to content
#

web-component

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 363 public repositories matching this topic...

darmro
darmro commented Feb 5, 2021

Description

Grid with item details opened- after item deleting and grid refreshing the attribute 'details-opened' stays in a row, that is, in the item that was below the deleted one, even if I call setDetailsVisible(item, false) before deleting an item and doing refreshAll() on the grid.

I add a style for grid row which has item details opened to show what I'm talking about:

#items [
calcite-components
macandcheese
macandcheese commented Jan 23, 2021

Summary

By default an accordion should take up the entire width of the parent container. Right now it's set to max-width: 100%, which means that if content within the accordion's open items is not being displayed, the longest piece of text will set the extent of the component.

Setting the component to 100% width will make it more predictable when placing within containers that have flex s