Skip to content
#

Web Components

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 1,530 public repositories matching this topic...

storybook
pahan35
pahan35 commented Oct 13, 2021

Describe the bug
It's impossible to disable control if it is inferred from component props.

To Reproduce
https://github.com/pahan35/storybook-repro/tree/cant-disable-control-for-inferred

System

Environment Info:

System:
OS: macOS 11.6
CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
Binaries:
Node: 14.17.6 - /usr/local/opt/node@14/b

MendyBerger
MendyBerger commented Jan 6, 2021

Expected behavior

Importing and using lion in Angular should work

Actual Behavior

When importing @lion/select-rich I'm getting the following error:

node_modules/@lion/select-rich/src/LionSelectInvoker.d.ts:8:14 - error TS2417: Class static side 'typeof LionSelectInvoker' incorrectly extends base class static side 'typeof LionButton'.
  Types of property 'styles' are incompa
ui5-webcomponents
gurkirpalgill
gurkirpalgill commented Jun 18, 2021

Describe the bug
Flags elements whose role is none or presentation and which cause the role conflict resolution to trigger.

Isolated Example
This issue occurs on slim-arrow-up/slim-arrow-down/pushpin-off etc. Also for slim-arrow-right/slim-arrow-left icon used in FlexibleColumnLayout

Screenshots
<img width="1920" alt="Screen Shot 2021-06-18 at 1 27 02 PM" src="https://user-i

sbatezat
sbatezat commented May 16, 2018

I'm submitting a ...
[ ] bug report
[ X] feature request
[ ] support request

Current behavior:
Splash screen not showing on iOS

Expected behavior:
Splash screen is showing on iOS, and can be generated through ionic resources

Steps to reproduce:
Launch the application on an iPhone and expect to see a splash screen

Related code:

According to [this article]

lume