-
It would nice to be able to scope emit to a certain dom node to allow the root element to be that dom node. This is very common with thing like event delegation. This is how I see the API looking like…
jcblw updated
9 years ago
-
Hi,
Could you make it possible to somehow load new instances dynamically, instead of only on page load? For example, by exposing a function that accepts an element.
-
Presentation role conflict resolution states:
"If an element is focusable, or otherwise interactive, user agents MUST ignore the presentation role and expose the element as described in the accessibi…
-
PROBLEM / CAUSE: I am using google-php-api-client to create calendar event, with service account and set the subject, subject email address is my admin account, with out subject this is working but wh…
-
how can I get the current slide with click event?
-
# Issues
## 1. Missing event in retrievePledgeRewards
retrievePledgeRewards can only be called on expired rewards. The issue is that if there are no remaining rewards, no event is emitted even thoug…
-
**Describe the bug**
shadow dom filter close
**To Reproduce**
Steps to reproduce the behavior:
[shadow dom filter close](https://jsfiddle.net/dineug/ubovLm2q/)
**Expected behavior**
Do not c…
-
Firstly, nice little library!
I'd like to define my own settings to modify the ripple. If you don't want users to use a constructor/call a factory, then perhaps use `data-*` attributes on the eleme…
-
```jsx
import React, { useState } from "react";
import { Button } from "antd";
import { KeepAlive } from "react-keep-alive";
const SchoolList: React.FC = function () {
const [counter, setCoun…
-
We are working towards building better APIs to simplify the interacting with "Polkadot Network".
What do we mean here by Polkadot Network? Foremost Polkadot Relay Chain and System Chains (everythi…