ui
Here are 8,315 public repositories matching this topic...
-
Updated
Apr 18, 2021 - JavaScript
-
Updated
Jun 19, 2021 - TypeScript
Environment
Browsers: Chrome 91.0.4472.106
OS: Linux x86_64
Steps to reproduce
Two sections of the documentation are at odds with each other about whether "filled" type text fields can use the "prepend-icon" and "append-icon" props.
Expected Behavior
The two sections should be in agreement about the functionality; if one of them is just phrased badly, it should be
Describe the bug
When using the Swap plugin, it's impossible to cancel a swap once the swap threshold has been met for an item. You can't drag the item back to its original place to prevent a swap. This happens with or without the revertOnSpill: true option.
To Reproduce
Steps to reproduce the behavior:
- Go to https://sortablejs.github.io/Sortable/#swap
- Drag "Item 1" to h
-
Updated
May 9, 2021 - TypeScript
-
Updated
Jun 3, 2021 - TypeScript
-
Updated
Jun 18, 2021 - TypeScript
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.
Environment
- Package version(s): @blueprintjs/[email protected] @blueprintjs/[email protected]
- 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
-
Updated
Jun 8, 2021 - Swift
CRUD via block ID
Hi,
First of all, I'd like to thank you for creating such a fantastic tool. It has been the core of my bachelor's degree, and I'm profoundly thankful for that. Currently, I've decided to combine CRDT (YJs) with editor.js as my degree thesis, but I'm facing some blockers now.
As the title suggests, I'm interested in having the opportunity to perform CRUD operations based on ID. This is vi
-
Updated
Jun 8, 2021 - JavaScript
-
Updated
Jun 19, 2021 - Vue
-
Updated
Jun 19, 2021 - TypeScript
Is there any way to implement horizontal radio button group?
-
Updated
Apr 1, 2020 - TypeScript
-
Updated
Jun 17, 2021 - JavaScript
I get this warning when committing:
@rjsf/core: ⚠ Some of your tasks use `git add` command. Please remove it from the config since all modifications made by tasks will be automatically added to the git commit index.
- 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."




PR #19108 caused some Suspense-related DevTools regressions (more info available on #19368) which we did not catch because of the fact that DevTools tests are only run against the version of React in master.
We should follow the precedent of the regression fixtures tests and have CI run DevTools tests against multiple