ui-components
Here are 2,137 public repositories matching this topic...
-
Updated
Dec 20, 2020 - JavaScript
Environment
Browsers: Chrome 88.0.4324.190
OS: Windows 10
Steps to reproduce
Click on Contents > Events
Expected Behavior
Screen scrolls to the component events
Actual Behavior
Screen scrolls to the property called "events"
Reproduction Link
-
Updated
Mar 4, 2021 - TypeScript
-
Updated
Mar 5, 2021 - TypeScript
-
Updated
Mar 5, 2021 - JavaScript
-
Updated
Mar 5, 2021 - TypeScript
-
Updated
Mar 5, 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
Mar 5, 2021 - SCSS
-
Updated
Feb 14, 2021 - Swift
This is frequently asked question about the cascader component. Adding a FAQ section would help more users who have the same problem.
-
Updated
Feb 19, 2021 - Objective-C
-
Updated
Mar 5, 2021 - JavaScript
-
Updated
Sep 4, 2020 - Java
-
Updated
Jan 20, 2021 - JavaScript
-
Updated
Nov 23, 2020 - Vue
🐛 Bug Report
Using "@react-spectrum/color": "^3.0.0-alpha.0".. It is failing on the typecheck for the onChange prop
🤔 Expected Behavior
😯 Current Beha
-
Updated
Mar 4, 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
Jan 7, 2021 - JavaScript
使用XUI的APP产品信息收集
-
Updated
Aug 6, 2020 - JavaScript
-
Updated
Jun 4, 2019 - Objective-C
-
Updated
Jan 20, 2021 - Vue
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
When applying a dark theme to the Docs page, the table still has white and light gray background colors. This obviously ruins the readability of the table as the text color is also a light gray. There is a hardcoded
background-color: white;value applied to thetable trelement.To Reproduce
Steps to reproduce the behavior: