ui
Here are 7,548 public repositories matching this topic...
Describe the bug
If the current day of the month the user is in is not available in the target month in the controls date picker, then it would not allow you to select the month. I noticed that the date picker was working fine yesterday (1/28) when I need to select 2/5 for the view and then today (1/29) when I try to select 2/5 it would automatically switch to 3/5.
To Reproduce
Steps
Semantic is a UI component framework based around useful principles from natural language.
-
Updated
Dec 20, 2020 - JavaScript
Cybernetically enhanced web apps
-
Updated
Feb 13, 2021 - TypeScript
Environment
Vuetify Version: 2.3.16
Vue Version: 2.6.12
Browsers: Safari 14.0
OS: Mac OS 10.15.7
Steps to reproduce
Just try select part of text with mouse
Expected Behavior
Selected part of text
Actual Behavior
not selected text
Reproduction Link
Create and reorder lists with drag-and-drop. For use with modern browsers and touch devices
-
Updated
Feb 4, 2021 - JavaScript
A beautiful replacement for JavaScript's "alert"
-
Updated
Jan 12, 2021 - TypeScript
Cross-Platform React Native UI Toolkit
-
Updated
Feb 10, 2021 - JavaScript
-
Updated
Feb 3, 2021 - TypeScript
A Swift Autolayout DSL for iOS & OS X
-
Updated
Feb 13, 2021 - Swift
Environment
- Package version(s): @blueprintjs/core@3.17.2 @blueprintjs/select@3.11.2
- Browser and OS versions: MacOS Catalina (10.15.1) / Chrome 78.0.3904.108
Question
Is there any solid documentation for the renderFilteredItems() utility function exported from the select package? It is briefly mentioned under the itemListRenderer props section of the select c
In the application details view, we list the ports an application deployment is listening on, but there is no "quick launch" or even a "copy" button..
We should add a "copy" button next to the port to copy to clipboard.
The toolbar icons overflow badly on iPhone
Screenshots:
Device, Browser, OS:
iPhone 11, iOS 14
Editor.js version:
Plugins you use with their versions:
Customizable Icons for React Native with support for NavBar/TabBar, image source and full styling.
-
Updated
Feb 12, 2021 - JavaScript
树形table在销毁时页面卡死
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
2.0.0-rc.8
Environment
vue@3.0.2 antd-vue@2.0.0-rc.8
Reproduction link
https://codesandbox.io/s/trusting-leaf-hmrxh?fontsize=14&hidenavigation=1&theme=dark
Steps to reproduce
1.使用树形ta
The monorepo home to all of the FormatJS related libraries, most notably react-intl.
-
Updated
Feb 13, 2021 - TypeScript
Is there any way to implement horizontal radio button group?
Oni: Modern Modal Editing - powered by Neovim
-
Updated
Apr 1, 2020 - TypeScript
-
Updated
Feb 12, 2021 - JavaScript
- components:
progress - reactstrap version
#8.1.1
Issue1.
What is happening?
When value is greater than 100 (or less than 0), width will become greater than 100%(or negative).
https://github.com/reactstrap/reactstrap/blob/8.1.1/src/Progress.js#L68
What should be happening?
Think we should set the max-width to be 100%. And fallback width to 0 if value is negative.
Iss
Tabs accessibility
Improve this page
Add a description, image, and links to the ui topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ui topic, visit your repo's landing page and select "manage topics."




React version: 17.0.1 (latest)
Steps To Reproduce
This code finishes properly in node.js 14, but holds the process open in node.js 15
Since node.js 15, there is a global
MessageChannelobject now, which prevents node event loop from exiting. To let the process shut down properly, it should either call `po