ui-components
Here are 2,473 public repositories matching this topic...
-
Updated
Sep 5, 2021 - JavaScript
[Feature Request] Disconnect from the Intersection Observer if monitoring not required any longer
Problem to solve
The Intersection Observer could be using and taking up resources and affect performance if monitoring of a div, v-card, etc. is not required any longer.
Proposed solution
v-intersect="required ? 'onIntersect' : false"
-
Updated
Oct 12, 2021 - TypeScript
-
Updated
Oct 16, 2021 - TypeScript
-
Updated
Oct 15, 2021 - TypeScript
-
Updated
Oct 16, 2021 - JavaScript
Marko Version: 4.18.4
Details
I use some facebook markup that I let facebook parse from DOM:
<fb:login-button
auto-logout-link="false"
button-type="continue_with"
size="large"
scope="public_profile,email"
use-continue-as="true">
</fb:login-button>
In my onMount I then let the facebook API do it's thing with th
-
Updated
Oct 16, 2021 - SCSS
-
Updated
Jul 12, 2021 - Swift
Checkboxe Issues
Note: for support questions, please use stackoverflow. This repository's issues are reserved for feature requests and bug reports.
-
I'm submitting a ...
- bug report
- feature request
- support request => Please do not submit support request here, see note at the top of this template.
-
Do you want to request a feature or report a bug?
BUG -
**What i
What problem does this feature solve?
Is it possible to turn off the animation, or change the animation on the form control explanation's animation that occurs here?: https://github.com/NG-ZORRO/ng-zorro-antd/blob/f80a5bbd5755477c63c5d73929bcdfd0d07f2dfd/components/form/form-control.component.ts#L60
The animation that causes the form control explanation doesn't fit in sometimes with the app
-
Updated
Oct 14, 2021 - TypeScript
-
Updated
Jul 12, 2021 - Objective-C
-
Updated
Oct 16, 2021 - TypeScript
-
Updated
Aug 23, 2021 - JavaScript
-
Updated
Oct 15, 2021 - Vue
-
Updated
Sep 21, 2021 - Java
Adding the ability to differentiate between interaction types on overlay closure in `useOverlay`
🙋 Feature Request
Add the ability to differentiate between different interactions in order to perform specific tasks such as "apply" on an outside click and "remove all changes" on escape key presses.
-
Updated
May 27, 2021 - Vue
-
Updated
Oct 10, 2021 - JavaScript
-
Updated
Aug 21, 2021 - HTML
-
Updated
Oct 14, 2021 - TypeScript
-
Updated
Oct 15, 2021 - Python
-
Updated
Oct 13, 2021 - JavaScript
Hi,
When I use multiple iframe in my web page with pNotify and do submit or a button click in the page, I am getting error "Uncaught TypeError: Cannot read property 'opener' of undefined" in at PNotify.position (pnotify.js:641).
I am getting this error when I am changing a iframe src in a text box change event and do submit the page. This is happening only in Chrome browser.
Please help me
Improve this page
Add a description, image, and links to the ui-components topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ui-components topic, visit your repo's landing page and select "manage topics."
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