ui-components
Here are 2,304 public repositories matching this topic...
-
Updated
Apr 18, 2021 - JavaScript
Environment
Vuetify Version: 2.5.3
Vue Version: 2.6.13
Browsers: Chrome 91.0.4472.77
OS: Windows 10
Steps to reproduce
Click on the v-select to open it, then use hte up/down arrow key to navigate the options.
Expected Behavior
It is expected that arrow key up/down will change the selection to he previous/next value in the select.
Actual Behavior
-
Updated
Jun 29, 2021 - TypeScript
-
Updated
Jun 30, 2021 - TypeScript
-
Updated
Jun 30, 2021 - TypeScript
-
Updated
Jun 29, 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
Jun 29, 2021 - SCSS
-
Updated
Feb 14, 2021 - Swift
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
May 14, 2021 - Objective-C
-
Updated
Jun 30, 2021 - JavaScript
-
Updated
May 25, 2021 - JavaScript
-
Updated
May 9, 2021 - Java
-
Updated
May 27, 2021 - Vue
🐛 Bug Report
While testing ActionGroup, the with tooltip story I noticed that clicking on a button a leaving the hover seems to keep the timer running because I move the mouse pointer away from hover and back over the button quickly and the tooltip immediately pops up.
🤔 Expected Behavior
After clicking the tooltip doesn't open.
Quickly mousing away and hovering again should star
-
Updated
Jun 29, 2021 - JavaScript
-
Updated
Jun 30, 2021 - TypeScript
-
Updated
May 5, 2021 - HTML
-
Updated
Jun 29, 2021 - TypeScript
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
-
Updated
Apr 28, 2021 - JavaScript
使用XUI的APP产品信息收集
-
Updated
Jun 29, 2021 - Python
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
NextJS, Vercel and Storybook don't work nicely together when using the Next default of removing trailing slashes.
The problem is that Storybook expects a trailing slash in the URL, while Next removes trailing slashes by default. This can be flipped to require trailing slashes, but only for all URLs.
Another way around this is a custom route, but [Vercel doesn't support cust