ui-components
Here are 2,406 public repositories matching this topic...
-
Updated
Sep 5, 2021 - JavaScript
Problem to solve
I have a stepped process where the user enters a name for a new object. The validation state of this step relies on name existing. My goal is for the step to be in error when there is no error and not in error when the user has entered an error.
The problem is that when the stepper screen comes up, this step is in error immediately. Good UI design dictates that the step s
-
Updated
Sep 10, 2021 - TypeScript
-
Updated
Sep 11, 2021 - TypeScript
-
Updated
Sep 9, 2021 - TypeScript
-
Updated
Sep 10, 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
Sep 10, 2021 - SCSS
-
Updated
Jul 12, 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
Jul 12, 2021 - Objective-C
-
Updated
Sep 9, 2021 - TypeScript
-
Updated
Aug 23, 2021 - JavaScript
-
Updated
Sep 11, 2021 - TypeScript
-
Updated
Aug 10, 2021 - Java
🐛 Bug Report
Using keyboard to open select built with useSelect logs an error to the console
🤔 Expected Behavior
No errors should be logged to the console
😯 Current Behavior
The following error is logged:
stopPropagation is now the default behavior for events in React Spectrum. You can use continuePropagation() to revert this behavior.
💁 Possible Solution
-
Updated
Aug 30, 2021 - Vue
-
Updated
May 27, 2021 - Vue
-
Updated
Sep 8, 2021 - JavaScript
-
Updated
Aug 21, 2021 - HTML
-
Updated
Sep 11, 2021 - TypeScript
-
Updated
Apr 28, 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
-
Updated
Sep 6, 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."
Bug
Running build-storybook with the -w or --watch flags do not run the storybook build in watch mode. The build runs once and ends. The cli option described here does not produce the desired results.
It seems like the feature was added here but has since been brok