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

storybook
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]

microsoft-graph-toolkit
jithin77
jithin77 commented Dec 16, 2020

I am using Microsoft Graph Toolkit People Picker Component as illustrated in the documentation [https://docs.microsoft.com/en-us/graph/toolkit/components/people-picker][1].

All the functionality is working fine but unable to set the people picker to disabled/read-only. I have tried `disabled="true" but no luck. Anybody came across similar scenario?

You can’t perform that action at this time.